Searched defs:MVT (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.h | 205 inline bool RetCC_SystemZ_Error(unsigned &, MVT &, MVT &, in RetCC_SystemZ_Error() argument 211 inline bool CC_SystemZ_Error(unsigned &, MVT &, MVT &, CCValAssign::LocInfo &, in CC_SystemZ_Error() argument 216 inline bool CC_SystemZ_GHC_Error(unsigned &, MVT &, MVT &, in CC_SystemZ_GHC_Error() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1956 unsigned FastISel::fastEmit_(MVT, MVT, unsigned) { return 0; } in fastEmit_() argument 1958 unsigned FastISel::fastEmit_r(MVT, MVT, unsigned, unsigned /*Op0*/) { in fastEmit_r() argument 1962 unsigned FastISel::fastEmit_rr(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rr() argument 1967 unsigned FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in fastEmit_i() argument 1971 unsigned FastISel::fastEmit_f(MVT, MVT, unsigned, in fastEmit_f() argument 1976 unsigned FastISel::fastEmit_ri(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_ri() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCallingConv.cpp | 15 inline bool CC_PPC_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_PPC_AnyReg_Error() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallingConv.cpp | 228 CC_X86_AnyReg_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) CC_X86_AnyReg_Error() argument [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 44 class MVT; variable
|
H A D | CallingConvLower.h | 29 class MVT; variable [all...] |
H A D | TargetLowering.h | 1982 virtual bool isSafeMemOpType(MVT /*VT*/) const { return true; } in isSafeMemOpType() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | MachineValueType.h | 56 constexpr MVT(SimpleValueType SVT) : SimpleTy(SVT) {} in MVT() function
|