Searched refs:AddrModeInsts (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | AddrModeMatcher.cpp | 109 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in MatchScaledValue() 182 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr() 189 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 198 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 261 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr() 271 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 284 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 294 AddrModeInsts.resize(OldSize); in MatchOperationAddr() 327 unsigned OldSize = AddrModeInsts.size(); in MatchAddr() 336 AddrModeInsts.push_back(I); in MatchAddr() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | AddrModeMatcher.h | 56 SmallVectorImpl<Instruction*> &AddrModeInsts; variable 76 : AddrModeInsts(AMI), TLI(T), AccessTy(AT), MemoryInst(MI), AddrMode(AM) { in AddressingModeMatcher() 86 SmallVectorImpl<Instruction*> &AddrModeInsts, in Match() argument 91 AddressingModeMatcher(AddrModeInsts, TLI, AccessTy, in Match()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2584 SmallVectorImpl<Instruction*> &AddrModeInsts; member in __anonebd7bfba0211::AddressingModeMatcher 2616 : AddrModeInsts(AMI), TM(TM), in AddressingModeMatcher() 2635 SmallVectorImpl<Instruction*> &AddrModeInsts, in Match() argument 2642 bool Success = AddressingModeMatcher(AddrModeInsts, TM, AccessTy, AS, in Match() 2706 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue() 3188 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() 3202 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3212 AddrModeInsts.resize(OldSize); in matchOperationAddr() 3277 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() 3287 AddrModeInsts.resize(OldSize); in matchOperationAddr() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 731 SmallVector<Instruction*, 16> AddrModeInsts; in OptimizeMemoryInst() local 763 AddrModeInsts = NewAddrModeInsts; in OptimizeMemoryInst() 780 AddrModeInsts = NewAddrModeInsts; in OptimizeMemoryInst() 796 for (unsigned i = 0, e = AddrModeInsts.size(); i != e; ++i) { in OptimizeMemoryInst() 797 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst->getParent())) { in OptimizeMemoryInst()
|