Home
last modified time | relevance | path

Searched defs:MVT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h216 inline bool RetCC_SystemZ_Error(unsigned &, MVT &, MVT &, in RetCC_SystemZ_Error() argument
222 inline bool CC_SystemZ_Error(unsigned &, MVT &, MVT &, CCValAssign::LocInfo &, in CC_SystemZ_Error() argument
227 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 DFastISel.cpp1901 Register FastISel::fastEmit_(MVT, MVT, unsigned) { return Register(); } in fastEmit_() argument
1903 Register FastISel::fastEmit_r(MVT, MVT, unsigned, Register /*Op0*/) { in fastEmit_r() argument
1907 Register FastISel::fastEmit_rr(MVT, MVT, unsigned, Register /*Op0*/, in fastEmit_rr() argument
1912 Register FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in fastEmit_i() argument
1916 Register FastISel::fastEmit_f(MVT, MVT, unsigned, in fastEmit_f() argument
1921 Register FastISel::fastEmit_ri(MVT, MVT, unsigned, Register /*Op0*/, in fastEmit_ri() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp14 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 DX86CallingConv.cpp228 static bool CC_X86_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_X86_AnyReg_Error() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h43 class MVT; variable
H A DCallingConvLower.h30 class MVT; variable
H A DTargetLowering.h2039 virtual bool isSafeMemOpType(MVT /*VT*/) const { return true; } in isSafeMemOpType() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h59 constexpr MVT(SimpleValueType SVT) : SimpleTy(SVT) {} in MVT() function