Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86CallingConv.h23 inline bool CC_X86_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_X86_AnyReg_Error() argument
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.h25 class MVT; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1231 unsigned FastISel::FastEmit_(MVT, MVT, in FastEmit_() argument
1236 unsigned FastISel::FastEmit_r(MVT, MVT, in FastEmit_r() argument
1242 unsigned FastISel::FastEmit_rr(MVT, MVT, in FastEmit_rr() argument
1249 unsigned FastISel::FastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in FastEmit_i() argument
1253 unsigned FastISel::FastEmit_f(MVT, MVT, in FastEmit_f() argument
1258 unsigned FastISel::FastEmit_ri(MVT, MVT, in FastEmit_ri() argument
1265 unsigned FastISel::FastEmit_rf(MVT, MVT, in FastEmit_rf() argument
1272 unsigned FastISel::FastEmit_rri(MVT, MVT, in FastEmit_rri() argument
DSelectionDAGBuilder.h59 class MVT; variable
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h158 MVT() : SimpleTy((SimpleValueType)(INVALID_SIMPLE_VALUE_TYPE)) {} in MVT() function
159 MVT(SimpleValueType SVT) : SimpleTy(SVT) { } in MVT() function
DFastISel.h31 class MVT; variable
DFunctionLoweringInfo.h44 class MVT; variable
DCallingConvLower.h26 class MVT; variable
/external/llvm/include/llvm/Target/
DTargetLowering.h814 virtual bool isSafeMemOpType(MVT /*VT*/) const { return true; } in isSafeMemOpType() argument