Home
last modified time | relevance | path

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

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