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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1009 const bool IsPatchPoint : 1; member in struct:llvm::PPCTargetLowering::CallFlags
1014 CallFlags(CallingConv::ID CC, bool IsTailCall, bool IsVarArg, bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h77 bool IsPatchPoint : 1; member in struct:llvm::FastISel::CallLoweringInfo
H A DTargetLowering.h3672 bool IsPatchPoint : 1; member in struct:llvm::TargetLoweringBase::TargetLowering::CallLoweringInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8668 populateCallLoweringInfo( TargetLowering::CallLoweringInfo &CLI, const CallBase *Call, unsigned ArgIdx, unsigned NumArgs, SDValue Callee, Type *ReturnTy, bool IsPatchPoint) argument

Completed in 99 milliseconds