Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1071 unsigned FastISel::FastEmit_(MVT, MVT, in FastEmit_() argument
1076 unsigned FastISel::FastEmit_r(MVT, MVT, in FastEmit_r() argument
1082 unsigned FastISel::FastEmit_rr(MVT, MVT, in FastEmit_rr() argument
1089 unsigned FastISel::FastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in FastEmit_i() argument
1093 unsigned FastISel::FastEmit_f(MVT, MVT, in FastEmit_f() argument
1098 unsigned FastISel::FastEmit_ri(MVT, MVT, in FastEmit_ri() argument
1105 unsigned FastISel::FastEmit_rf(MVT, MVT, in FastEmit_rf() argument
1112 unsigned FastISel::FastEmit_rri(MVT, MVT, in FastEmit_rri() argument
/external/llvm/include/llvm/CodeGen/
DValueTypes.h146 MVT() : SimpleTy((SimpleValueType)(INVALID_SIMPLE_VALUE_TYPE)) {} in MVT() function
147 MVT(SimpleValueType SVT) : SimpleTy(SVT) { } in MVT() function