/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 60 struct CallLoweringInfo { struct 61 Type *RetTy; 62 bool RetSExt : 1; 63 bool RetZExt : 1; 64 bool IsVarArg : 1; 65 bool IsInReg : 1; 66 bool DoesNotReturn : 1; 67 bool IsReturnValueUsed : 1; 91 CallLoweringInfo() in CallLoweringInfo() argument 98 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument [all …]
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 69 struct CallLoweringInfo { struct 70 Type *RetTy = nullptr; 71 bool RetSExt : 1; 72 bool RetZExt : 1; 73 bool IsVarArg : 1; 74 bool IsInReg : 1; 75 bool DoesNotReturn : 1; 99 CallLoweringInfo() in CallLoweringInfo() argument 103 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument 186 ArgListTy &getArgs() { return Args; } in getArgs() [all …]
|
D | TargetLowering.h | 3684 struct CallLoweringInfo { struct 3685 SDValue Chain; 3686 Type *RetTy = nullptr; 3687 bool RetSExt : 1; 3688 bool RetZExt : 1; 3689 bool IsVarArg : 1; 3690 bool IsInReg : 1; 3691 bool DoesNotReturn : 1; 3692 bool IsReturnValueUsed : 1; 3693 bool IsConvergent : 1; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 70 struct CallLoweringInfo { struct 71 Type *RetTy = nullptr; 72 bool RetSExt : 1; 73 bool RetZExt : 1; 74 bool IsVarArg : 1; 75 bool IsInReg : 1; 76 bool DoesNotReturn : 1; 100 CallLoweringInfo() in CallLoweringInfo() argument 104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument 187 ArgListTy &getArgs() { return Args; } in getArgs() [all …]
|
D | TargetLowering.h | 3448 struct CallLoweringInfo { struct 3449 SDValue Chain; 3450 Type *RetTy = nullptr; 3451 bool RetSExt : 1; 3452 bool RetZExt : 1; 3453 bool IsVarArg : 1; 3454 bool IsInReg : 1; 3455 bool DoesNotReturn : 1; 3479 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument 3484 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | CallLowering.h | 71 struct CallLoweringInfo { struct 73 CallingConv::ID CallConv = CallingConv::C; 77 MachineOperand Callee = MachineOperand::CreateImm(0); 80 ArgInfo OrigRet; 83 SmallVector<ArgInfo, 8> OrigArgs; 87 Register SwiftErrorVReg = 0; 89 MDNode *KnownCallees = nullptr; 92 bool IsMustTailCall = false; 96 bool IsTailCall = false; 100 bool LoweredTailCall = false; [all …]
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | CallLowering.h | 71 struct CallLoweringInfo { struct 73 CallingConv::ID CallConv = CallingConv::C; 77 MachineOperand Callee = MachineOperand::CreateImm(0); 80 ArgInfo OrigRet; 83 SmallVector<ArgInfo, 8> OrigArgs; 87 Register SwiftErrorVReg; 89 MDNode *KnownCallees = nullptr; 92 bool IsMustTailCall = false; 96 bool IsTailCall = false; 100 bool LoweredTailCall = false; [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2489 struct CallLoweringInfo { struct 2490 SDValue Chain; 2491 Type *RetTy; 2492 bool RetSExt : 1; 2493 bool RetZExt : 1; 2517 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument 2524 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() argument 2529 CallLoweringInfo &setChain(SDValue InChain) { in setChain() argument 2534 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee() argument 2544 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() argument [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.cpp | 197 std::unique_ptr<CallLowering> CallLoweringInfo; member
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetMachine.cpp | 210 std::unique_ptr<AMDGPUCallLowering> CallLoweringInfo; member
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 165 std::unique_ptr<CallLowering> CallLoweringInfo; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 227 std::unique_ptr<CallLowering> CallLoweringInfo; variable
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 255 std::unique_ptr<CallLowering> CallLoweringInfo; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 458 std::unique_ptr<CallLowering> CallLoweringInfo; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 556 std::unique_ptr<CallLowering> CallLoweringInfo; variable
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 496 std::unique_ptr<CallLowering> CallLoweringInfo; variable
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 571 std::unique_ptr<CallLowering> CallLoweringInfo; variable
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1693 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 2004 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1939 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument
|