Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2046 SmallVectorImpl<Instruction*> &AddrModeInsts; member in __anonebd7bfba0211::AddressingModeMatcher
2076 : AddrModeInsts(AMI), TM(TM), in AddressingModeMatcher()
2095 SmallVectorImpl<Instruction*> &AddrModeInsts, in Match() argument
2102 bool Success = AddressingModeMatcher(AddrModeInsts, TM, AccessTy, in Match()
2166 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in MatchScaledValue()
2644 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr()
2658 AddrModeInsts.resize(OldSize); in MatchOperationAddr()
2668 AddrModeInsts.resize(OldSize); in MatchOperationAddr()
2733 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr()
2743 AddrModeInsts.resize(OldSize); in MatchOperationAddr()
[all …]