Searched refs:AMBefore (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DAddrModeMatcher.h101 ExtAddrMode &AMBefore,
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp510 IsProfitableToFoldIntoAddressingMode(Instruction *I, ExtAddrMode &AMBefore, argument
514 // AMBefore is the addressing mode before this instruction was folded into it,
517 // referenced by AMBefore: this is the set of values which folding in this
527 if (ValueAlreadyLiveAtInst(BaseReg, AMBefore.BaseReg, AMBefore.ScaledReg))
529 if (ValueAlreadyLiveAtInst(ScaledReg, AMBefore.BaseReg, AMBefore.ScaledReg))
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2654 ExtAddrMode &AMBefore,
3590 isProfitableToFoldIntoAddressingMode(Instruction *I, ExtAddrMode &AMBefore, argument
3594 // AMBefore is the addressing mode before this instruction was folded into it,
3597 // referenced by AMBefore: this is the set of values which folding in this
3607 if (valueAlreadyLiveAtInst(BaseReg, AMBefore.BaseReg, AMBefore.ScaledReg))
3609 if (valueAlreadyLiveAtInst(ScaledReg, AMBefore.BaseReg, AMBefore.ScaledReg))

Completed in 191 milliseconds