Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h354 virtual unsigned fastEmit_(MVT VT, MVT RetVT, unsigned Opcode);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1868 return fastEmit_(MVT::Other, MVT::Other, ISD::TRAP) != 0; in selectOperator()
1956 unsigned FastISel::fastEmit_(MVT, MVT, unsigned) { return 0; } in fastEmit_() function in FastISel