Home
last modified time | relevance | path

Searched defs:BaseInst (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp354 if (auto *BaseInst = dyn_cast<Instruction>(Base); determineBaseAndStride() local
/llvm-project/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp378 uint32_t BaseInst = ReadFunc(Bytes.data() + 4); in getInstruction() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp841 assert((!BaseInst || DT.isReachableFromEntry(BaseInst->getParent())) && in parseRangeChecks() local
H A DRewriteStatepointsForGC.cpp1111 Instruction *BaseInst = I->clone(); findBasePointer() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp812 auto *BaseInst = cast<CmpInst>(VL[BaseIndex]); getSameOpcode() local