Home
last modified time | relevance | path

Searched refs:fastEmit_ (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h337 virtual unsigned fastEmit_(MVT VT, MVT RetVT, unsigned Opcode);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1599 return fastEmit_(MVT::Other, MVT::Other, ISD::TRAP) != 0; in selectOperator()
1676 unsigned FastISel::fastEmit_(MVT, MVT, unsigned) { return 0; } in fastEmit_() function in FastISel