Home
last modified time | relevance | path

Searched refs:IndexVal (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp110 auto *IndexVal = ConstantInt::get(Type::getInt8Ty(Context), Index); in makeSubFnCall() local
116 auto *Call = CallInst::Create(Fn, {Arg, IndexVal}, "", InsertPt); in makeSubFnCall()
DCoroSplit.cpp295 ConstantInt *IndexVal = Shape.getIndex(SuspendIndex); in createResumeEntryBlock() local
313 Builder.CreateStore(IndexVal, GepIndex); in createResumeEntryBlock()
346 Switch->addCase(IndexVal, ResumeBB); in createResumeEntryBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp2181 int64_t IndexVal = CI->getSExtValue(); in isIndexInRangeOfArrayType() local
2182 if (IndexVal < 0 || (NumElements > 0 && (uint64_t)IndexVal >= NumElements)) in isIndexInRangeOfArrayType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1291 unsigned IndexVal = in LowerSIGN_EXTEND_INREG() local
1297 DAG.getConstant(IndexVal * Scale, DL, Index.getValueType()); in LowerSIGN_EXTEND_INREG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4391 Value *IndexVal = GEP->getOperand(FinalIndex); in getUniformBase() local
4410 Constant *C = dyn_cast<Constant>(IndexVal); in getUniformBase()
4411 if (!C && !SDB->findValue(IndexVal)) in getUniformBase()
4435 Index = SDB->getValue(IndexVal); in getUniformBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11402 uint64_t IndexVal = CIndex->getZExtValue(); in replaceSplatVectorStore() local
11403 if (IndexVal >= NumVecElts) in replaceSplatVectorStore()
11405 IndexNotInserted.reset(IndexVal); in replaceSplatVectorStore()