Home
last modified time | relevance | path

Searched refs:LI0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp624 [](const RegisterMaskPair &LI0, const RegisterMaskPair &LI1) { in sortUniqueLiveIns() argument
625 return LI0.PhysReg < LI1.PhysReg; in sortUniqueLiveIns()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6308 auto *LI0 = cast<LoadInst>(VL[I * VF]); in canVectorizeLoads() local
6313 LI0->getPointerOperand(), in canVectorizeLoads()
6339 TTI.getMemoryOpCost(Instruction::Load, SubVecTy, LI0->getAlign(), in canVectorizeLoads()
6340 LI0->getPointerAddressSpace(), CostKind, in canVectorizeLoads()
6346 LI0->getPointerOperand(), in canVectorizeLoads()
6354 LI0->getPointerAddressSpace(), CostKind) + in canVectorizeLoads()
6361 LI0->getPointerOperand(), in canVectorizeLoads()
13560 auto *LI0 = cast<LoadInst>(VL0); in getEntryCost() local
13567 Instruction::Load, VecTy, Factor, {}, LI0->getAlign(), in getEntryCost()
13568 LI0->getPointerAddressSpace(), CostKind); in getEntryCost()
[all …]