Home
last modified time | relevance | path

Searched defs:IsPatchPoint (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h79 bool IsPatchPoint; member
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4103 bool isTailCall, bool IsPatchPoint, bool hasNest, in PrepareCall()
4359 bool isTailCall, bool isVarArg, bool IsPatchPoint, in FinishCall()
4475 bool IsPatchPoint = CLI.IsPatchPoint; in LowerCall() local
4505 bool isTailCall, bool IsPatchPoint, in LowerCall_32SVR4()
4747 bool isTailCall, bool IsPatchPoint, in LowerCall_64SVR4()
5377 bool isTailCall, bool IsPatchPoint, in LowerCall_Darwin()
/external/llvm/include/llvm/Target/
DTargetLowering.h2354 bool IsPatchPoint; member
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6691 Type *ReturnTy, const BasicBlock *EHPadBB, bool IsPatchPoint) { in lowerCallOperands()