/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 118 for (int Idx = 0; Idx < 7; ++Idx) { 119 result[Idx] = outArray[Idx] != 0; 195 for (int Idx = 0; Idx < 7; ++Idx) { 196 result[Idx] = new Byte2(outArray[2*Idx+0], outArray[2*Idx+1]); 236 for (int Idx = 0; Idx < 7; ++Idx) { 237 …result[Idx] = new Byte4(outArray[4*Idx+0], outArray[4*Idx+1], outArray[4*Idx+2], outArray[4*Idx+3]… 313 for (int Idx = 0; Idx < 7; ++Idx) { 314 result[Idx] = new Double2(outArray[2*Idx+0], outArray[2*Idx+1]); 354 for (int Idx = 0; Idx < 7; ++Idx) { 355 …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 | 687 llvm::Value *Idx[2]; in dumpExportFunctionInfo() local 689 Idx[0] = in dumpExportFunctionInfo() 696 Idx[1] = llvm::ConstantInt::get( in dumpExportFunctionInfo() 701 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx); in dumpExportFunctionInfo() 783 auto addOperand = [&ExportReduceInfo](uint32_t Idx, llvm::Metadata *N) { in dumpExportReduceInfo() argument 784 while (Idx > ExportReduceInfo.size()) in dumpExportReduceInfo() 791 auto addString = [&addOperand, this](uint32_t Idx, const std::string &S, in dumpExportReduceInfo() 794 addOperand(Idx, llvm::MDString::get(mLLVMContext, S)); in dumpExportReduceInfo() 803 int Idx = 0; in dumpExportReduceInfo() local 805 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() 568 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) { in AssignValue() argument 569 if (Idx == size()) { in AssignValue() [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 58 for (int Idx = 0; Idx < 256; ++Idx) { 59 result[Idx] = ((long) ((outArray[Idx]) & 0xffffffffL));
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | ScriptC_reduce_general_examples_backward.java.expect | 60 for (int Idx = 0; Idx < 256; ++Idx) { 61 result[Idx] = ((long) ((outArray[Idx]) & 0xffffffffL));
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | ScriptC_reduce_general_examples.java.expect | 60 for (int Idx = 0; Idx < 256; ++Idx) { 61 result[Idx] = ((long) ((outArray[Idx]) & 0xffffffffL));
|
/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()
|
/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()
|