Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2526 SmallVectorImpl<Instruction*> &AddrModeInsts; member in __anonebd7bfba0211::AddressingModeMatcher
2558 : AddrModeInsts(AMI), TM(TM), in AddressingModeMatcher()
2577 SmallVectorImpl<Instruction*> &AddrModeInsts, in Match() argument
2584 bool Success = AddressingModeMatcher(AddrModeInsts, TM, AccessTy, AS, in Match()
2648 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()
3130 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
3144 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3154 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3219 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
3229 AddrModeInsts.resize(OldSize); in matchOperationAddr()
[all …]