/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 121 for (int Idx = 0; Idx < 7; ++Idx) { 122 result[Idx] = outArray[Idx] != 0; 198 for (int Idx = 0; Idx < 7; ++Idx) { 199 result[Idx] = new Byte2(outArray[2*Idx+0], outArray[2*Idx+1]); 239 for (int Idx = 0; Idx < 7; ++Idx) { 240 …result[Idx] = new Byte4(outArray[4*Idx+0], outArray[4*Idx+1], outArray[4*Idx+2], outArray[4*Idx+3]… 316 for (int Idx = 0; Idx < 7; ++Idx) { 317 result[Idx] = new Double2(outArray[2*Idx+0], outArray[2*Idx+1]); 357 for (int Idx = 0; Idx < 7; ++Idx) { 358 …result[Idx] = new Double4(outArray[4*Idx+0], outArray[4*Idx+1], outArray[4*Idx+2], outArray[4*Idx+… [all …]
|
/frameworks/compile/slang/ |
D | slang_backend.cpp | 1000 llvm::Value *Idx[2]; in dumpExportFunctionInfo() local 1002 Idx[0] = in dumpExportFunctionInfo() 1009 Idx[1] = llvm::ConstantInt::get( in dumpExportFunctionInfo() 1014 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx); in dumpExportFunctionInfo() 1096 auto addOperand = [&ExportReduceInfo](uint32_t Idx, llvm::Metadata *N) { in dumpExportReduceInfo() argument 1097 while (Idx > ExportReduceInfo.size()) in dumpExportReduceInfo() 1104 auto addString = [&addOperand, this](uint32_t Idx, const std::string &S, in dumpExportReduceInfo() 1107 addOperand(Idx, llvm::MDString::get(mLLVMContext, S)); in dumpExportReduceInfo() 1116 int Idx = 0; in dumpExportReduceInfo() local 1118 addString(Idx++, (*I)->getNameReduce()); in dumpExportReduceInfo() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 216 int Idx = PN->getBasicBlockIndex(Invoke->getParent()); in UpgradeExceptionHandling() local 217 if (Idx == -1) continue; in UpgradeExceptionHandling() 218 PN->setIncomingBlock(Idx, NewBB); in UpgradeExceptionHandling() 378 Constant *getConstantFwdRef(unsigned Idx, Type *Ty); 379 Value *getValueFwdRef(unsigned Idx, Type *Ty); 381 void AssignValue(Value *V, unsigned Idx); 422 Metadata *getValueFwdRef(unsigned Idx); 423 void AssignValue(Metadata *MD, unsigned Idx); 658 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx, in ConvertToString() argument 660 if (Idx > Record.size()) in ConvertToString() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 136 Constant *getConstantFwdRef(unsigned Idx, Type *Ty); 137 Value *getValueFwdRef(unsigned Idx, Type *Ty); 139 void AssignValue(Value *V, unsigned Idx); 180 Metadata *getValueFwdRef(unsigned Idx); 181 void AssignValue(Metadata *MD, unsigned Idx); 421 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx, in ConvertToString() argument 423 if (Idx > Record.size()) in ConvertToString() 426 for (unsigned i = Idx, e = Record.size(); i != e; ++i) in ConvertToString() 577 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) { in AssignValue() argument 578 if (Idx == size()) { in AssignValue() [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 61 for (int Idx = 0; Idx < 256; ++Idx) { 62 result[Idx] = ((long) ((outArray[Idx]) & 0xffffffffL));
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | ScriptC_reduce_general_examples.java.expect | 63 for (int Idx = 0; Idx < 256; ++Idx) { 64 result[Idx] = ((long) ((outArray[Idx]) & 0xffffffffL));
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | ScriptC_reduce_general_examples_backward.java.expect | 63 for (int Idx = 0; Idx < 256; ++Idx) { 64 result[Idx] = ((long) ((outArray[Idx]) & 0xffffffffL));
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local 539 if (Idx != 0) in getGlobalBasicBlockID() 540 return Idx-1; in getGlobalBasicBlockID()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local 539 if (Idx != 0) in getGlobalBasicBlockID() 540 return Idx-1; in getGlobalBasicBlockID()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 538 unsigned &Idx = GlobalBasicBlockIDs[BB]; in getGlobalBasicBlockID() local 539 if (Idx != 0) in getGlobalBasicBlockID() 540 return Idx-1; in getGlobalBasicBlockID()
|