Home
last modified time | relevance | path

Searched refs:AddrModeInsts (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp109 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/
DAddrModeMatcher.h56 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/
DCodeGenPrepare.cpp2584 SmallVectorImpl<Instruction*> &AddrModeInsts; member in __anon1120a2390211::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/
DCodeGenPrepare.cpp731 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()