Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDFastISel.h337 virtual unsigned fastEmit_(MVT VT, MVT RetVT, unsigned Opcode);
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp1554 return fastEmit_(MVT::Other, MVT::Other, ISD::TRAP) != 0; in selectOperator()
1631 unsigned FastISel::fastEmit_(MVT, MVT, unsigned) { return 0; } in fastEmit_() function in FastISel