Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h205 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
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1699 unsigned FastISel::fastEmit_(MVT, MVT, unsigned) { return 0; } in fastEmit_() argument
1701 unsigned FastISel::fastEmit_r(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_r() argument
1706 unsigned FastISel::fastEmit_rr(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rr() argument
1712 unsigned FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in fastEmit_i() argument
1716 unsigned FastISel::fastEmit_f(MVT, MVT, unsigned, in fastEmit_f() argument
1721 unsigned FastISel::fastEmit_ri(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_ri() argument
1726 unsigned FastISel::fastEmit_rf(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rf() argument
1732 unsigned FastISel::fastEmit_rri(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rri() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1833 unsigned FastISel::fastEmit_(MVT, MVT, unsigned) { return 0; } in fastEmit_() argument
1835 unsigned FastISel::fastEmit_r(MVT, MVT, unsigned, unsigned /*Op0*/) { in fastEmit_r() argument
1839 unsigned FastISel::fastEmit_rr(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rr() argument
1844 unsigned FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in fastEmit_i() argument
1848 unsigned FastISel::fastEmit_f(MVT, MVT, unsigned, in fastEmit_f() argument
1853 unsigned FastISel::fastEmit_ri(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_ri() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1945 unsigned FastISel::fastEmit_(MVT, MVT, unsigned) { return 0; } in fastEmit_() argument
1947 unsigned FastISel::fastEmit_r(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_r() argument
1952 unsigned FastISel::fastEmit_rr(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rr() argument
1958 unsigned FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in fastEmit_i() argument
1962 unsigned FastISel::fastEmit_f(MVT, MVT, unsigned, in fastEmit_f() argument
1967 unsigned FastISel::fastEmit_ri(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_ri() argument
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.h23 inline bool CC_PPC_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_PPC_AnyReg_Error() argument
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86CallingConv.h37 inline bool CC_X86_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_X86_AnyReg_Error() argument
H A DX86ShuffleDecodeConstantPool.h26 class MVT; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h127 inline bool CC_SystemZ_GHC_Error(unsigned &, MVT &, MVT &, in CC_SystemZ_GHC_Error() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp15 inline bool CC_PPC_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_PPC_AnyReg_Error() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp15 inline bool CC_PPC_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_PPC_AnyReg_Error() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CallingConv.cpp228 static bool CC_X86_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_X86_AnyReg_Error() argument
H A DX86ShuffleDecodeConstantPool.h25 class MVT; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86CallingConv.cpp228 static bool CC_X86_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_X86_AnyReg_Error() argument
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h181 LLVM_CONSTEXPR MVT() : SimpleTy(INVALID_SIMPLE_VALUE_TYPE) {} in MVT() function
182 LLVM_CONSTEXPR MVT(SimpleValueType SVT) : SimpleTy(SVT) { } in MVT() function
H A DFunctionLoweringInfo.h46 class MVT; variable
/aosp_15_r20/external/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.h26 class MVT; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp178 const SmallVector<MVT, 1> &VTs) { in wasmSymbolSetType()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h31 class MVT; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h45 class MVT; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DFunctionLoweringInfo.h44 class MVT; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h44 class MVT; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DFunctionLoweringInfo.h44 class MVT; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DFunctionLoweringInfo.h44 class MVT; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DFunctionLoweringInfo.h44 class MVT; variable
DCallingConvLower.h29 class MVT; variable

12