Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCCallingConv.h23 inline bool CC_PPC_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_PPC_AnyReg_Error() argument
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.h23 inline bool CC_PPC_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_PPC_AnyReg_Error() argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp1009 unsigned FastISel::FastEmit_(MVT, MVT, in FastEmit_() argument
1014 unsigned FastISel::FastEmit_r(MVT, MVT, in FastEmit_r() argument
1020 unsigned FastISel::FastEmit_rr(MVT, MVT, in FastEmit_rr() argument
1027 unsigned FastISel::FastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in FastEmit_i() argument
1031 unsigned FastISel::FastEmit_f(MVT, MVT, in FastEmit_f() argument
1036 unsigned FastISel::FastEmit_ri(MVT, MVT, in FastEmit_ri() argument
1043 unsigned FastISel::FastEmit_rf(MVT, MVT, in FastEmit_rf() argument
1050 unsigned FastISel::FastEmit_rri(MVT, MVT, in FastEmit_rri() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallingConv.h51 inline bool CC_X86_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_X86_AnyReg_Error() argument
DX86ShuffleDecodeConstantPool.h26 class MVT; variable
/external/llvm/lib/Target/X86/
DX86CallingConv.h37 inline bool CC_X86_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_X86_AnyReg_Error() argument
DX86ShuffleDecodeConstantPool.h26 class MVT; variable
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.h26 class MVT; variable
/external/llvm/lib/CodeGen/SelectionDAG/
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
DSelectionDAGBuilder.h63 class MVT; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1904 unsigned FastISel::fastEmit_(MVT, MVT, unsigned) { return 0; } in fastEmit_() argument
1906 unsigned FastISel::fastEmit_r(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_r() argument
1911 unsigned FastISel::fastEmit_rr(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rr() argument
1917 unsigned FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in fastEmit_i() argument
1921 unsigned FastISel::fastEmit_f(MVT, MVT, unsigned, in fastEmit_f() argument
1926 unsigned FastISel::fastEmit_ri(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_ri() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.h31 class MVT; variable
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h181 LLVM_CONSTEXPR MVT() : SimpleTy(INVALID_SIMPLE_VALUE_TYPE) {} in MVT() function
182 LLVM_CONSTEXPR MVT(SimpleValueType SVT) : SimpleTy(SVT) { } in MVT() function
DFunctionLoweringInfo.h46 class MVT; variable
DCallingConvLower.h27 class MVT; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h134 MVT() : SimpleTy((SimpleValueType)(INVALID_SIMPLE_VALUE_TYPE)) {} in MVT() function
135 MVT(SimpleValueType SVT) : SimpleTy(SVT) { } in MVT() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h45 class MVT; variable
DCallingConvLower.h28 class MVT; variable
DTargetLowering.h1347 virtual bool isSafeMemOpType(MVT /*VT*/) const { return true; } in isSafeMemOpType() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMachineValueType.h277 constexpr MVT(SimpleValueType SVT) : SimpleTy(SVT) {} in MVT() function
/external/llvm/include/llvm/Target/
DTargetLowering.h996 virtual bool isSafeMemOpType(MVT /*VT*/) const { return true; } in isSafeMemOpType() argument