Home
last modified time | relevance | path

Searched defs:ArgFlagsTy (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h27 struct ArgFlagsTy { struct
30 unsigned IsSExt : 1; ///< Sign extended
31 unsigned IsInReg : 1; ///< Passed in register
32 unsigned IsSRet : 1; ///< Hidden struct-ret ptr
33 unsigned IsByVal : 1; ///< Struct passed by value
57 ArgFlagsTy() in ArgFlagsTy() argument
68 bool isZExt() const { return IsZExt; } in isZExt()
69 void setZExt() { IsZExt = 1; } in setZExt()
71 bool isSExt() const { return IsSExt; } in isSExt()
72 void setSExt() { IsSExt = 1; } in setSExt()
[all …]
/external/llvm/include/llvm/Target/
DTargetCallingConv.h25 struct ArgFlagsTy { struct
28 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended
29 static const uint64_t ZExtOffs = 0;
30 static const uint64_t SExt = 1ULL<<1; ///< Sign extended
31 static const uint64_t SExtOffs = 1;
32 static const uint64_t InReg = 1ULL<<2; ///< Passed in register
33 static const uint64_t InRegOffs = 2;
34 static const uint64_t SRet = 1ULL<<3; ///< Hidden struct-ret ptr
35 static const uint64_t SRetOffs = 3;
36 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.h24 CCValAssign::LocInfo &, ISD::ArgFlagsTy &, in CC_PPC_AnyReg_Error()
/external/llvm/lib/Target/X86/
DX86CallingConv.h38 CCValAssign::LocInfo &, ISD::ArgFlagsTy &, in CC_X86_AnyReg_Error()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h128 CCValAssign::LocInfo &, ISD::ArgFlagsTy &, in CC_SystemZ_GHC_Error()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCallingConv.cpp16 CCValAssign::LocInfo &, ISD::ArgFlagsTy &, in CC_PPC_AnyReg_Error()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallingConv.cpp229 CCValAssign::LocInfo &, ISD::ArgFlagsTy &, in CC_X86_AnyReg_Error()