Home
last modified time | relevance | path

Searched defs:CallLoweringInfo (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h70 struct CallLoweringInfo { struct
100 CallLoweringInfo() in CallLoweringInfo() argument
104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument
71 RetTyCallLoweringInfo global() argument
72 RetSExtCallLoweringInfo global() argument
73 RetZExtCallLoweringInfo global() argument
74 IsVarArgCallLoweringInfo global() argument
75 IsInRegCallLoweringInfo global() argument
76 DoesNotReturnCallLoweringInfo global() argument
187 getArgsCallLoweringInfo getArgs() argument
189 clearOutsCallLoweringInfo clearOuts() argument
195 clearInsCallLoweringInfo clearIns() argument
[all...]
H A DTargetLowering.h4365 struct CallLoweringInfo { global() struct
4366 ChainCallLoweringInfo global() argument
4367 RetTyCallLoweringInfo global() argument
4368 RetSExtCallLoweringInfo global() argument
4369 RetZExtCallLoweringInfo global() argument
4370 IsVarArgCallLoweringInfo global() argument
4371 IsInRegCallLoweringInfo global() argument
4372 DoesNotReturnCallLoweringInfo global() argument
4373 IsReturnValueUsedCallLoweringInfo global() argument
4374 IsConvergentCallLoweringInfo global() argument
4375 IsPatchPointCallLoweringInfo global() argument
4399 CallLoweringInfoCallLoweringInfo CallLoweringInfo() argument
4405 setDebugLocCallLoweringInfo setDebugLoc() argument
4410 setChainCallLoweringInfo setChain() argument
4416 setLibCalleeCallLoweringInfo setLibCallee() argument
4445 setCalleeCallLoweringInfo setCallee() argument
4526 setCFITypeCallLoweringInfo setCFIType() argument
4531 getArgsCallLoweringInfo getArgs() argument
4593 LowerCall(CallLoweringInfo &,SmallVectorImpl<SDValue> &) LowerCall() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h102 struct CallLoweringInfo { global() struct
104 CallConvCallLoweringInfo global() argument
108 CalleeCallLoweringInfo global() argument
111 OrigRetCallLoweringInfo global() argument
114 OrigArgsCallLoweringInfo global() argument
118 SwiftErrorVRegCallLoweringInfo global() argument
121 CBCallLoweringInfo global() argument
123 KnownCalleesCallLoweringInfo global() argument
126 IsMustTailCallCallLoweringInfo global() argument
130 IsTailCallCallLoweringInfo global() argument
134 LoweredTailCallCallLoweringInfo global() argument
137 IsVarArgCallLoweringInfo global() argument
140 CanLowerReturnCallLoweringInfo global() argument
143 DemoteRegisterCallLoweringInfo global() argument
146 DemoteStackIndexCallLoweringInfo global() argument
149 CFITypeCallLoweringInfo global() argument
152 IsConvergentCallLoweringInfo global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h53 std::unique_ptr<CallLowering> CallLoweringInfo; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.h69 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h110 std::unique_ptr<CallLowering> CallLoweringInfo; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h91 std::unique_ptr<CallLowering> CallLoweringInfo; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h149 std::unique_ptr<CallLowering> CallLoweringInfo; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h295 std::unique_ptr<CallLowering> CallLoweringInfo; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1905 fastLowerCall(CallLoweringInfo &) fastLowerCall() argument