Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.h23 inline bool CC_PPC_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_PPC_AnyReg_Error() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86CallingConv.h36 inline bool CC_X86_AnyReg_Error(unsigned &, MVT &, MVT &, in CC_X86_AnyReg_Error() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.h27 class MVT; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1599 unsigned FastISel::fastEmit_(MVT, MVT, unsigned) { return 0; } in fastEmit_() argument
1601 unsigned FastISel::fastEmit_r(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_r() argument
1606 unsigned FastISel::fastEmit_rr(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rr() argument
1612 unsigned FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in fastEmit_i() argument
1616 unsigned FastISel::fastEmit_f(MVT, MVT, unsigned, in fastEmit_f() argument
1621 unsigned FastISel::fastEmit_ri(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_ri() argument
1626 unsigned FastISel::fastEmit_rf(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rf() argument
1632 unsigned FastISel::fastEmit_rri(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rri() argument
H A DSelectionDAGBuilder.h61 class MVT; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineValueType.h160 MVT() : SimpleTy((SimpleValueType)(INVALID_SIMPLE_VALUE_TYPE)) {} in MVT() function
161 MVT(SimpleValueType SVT) : SimpleTy(SVT) { } in MVT() function
H A DFunctionLoweringInfo.h45 class MVT; variable
H A DCallingConvLower.h26 class MVT; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h875 virtual bool isSafeMemOpType(MVT /*VT*/) const { return true; } in isSafeMemOpType() argument