Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp82 class MipsFastISel final : public FastISel { class
250 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel() function in __anon50acaba20111::MipsFastISel
287 CCAssignFn *MipsFastISel::CCAssignFnForCall(CallingConv::ID CC) const { in CCAssignFnForCall()
291 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp()
332 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca()
351 unsigned MipsFastISel::materializeInt(const Constant *C, MVT VT) { in materializeInt()
359 unsigned MipsFastISel::materialize32BitInt(int64_t Imm, in materialize32BitInt()
384 unsigned MipsFastISel::materializeFP(const ConstantFP *CFP, MVT VT) { in materializeFP()
406 unsigned MipsFastISel::materializeGV(const GlobalValue *GV, MVT VT) { in materializeGV()
431 unsigned MipsFastISel::materializeExternalCallSym(MCSymbol *Sym) { in materializeExternalCallSym()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1456 SRCS_MIN+= Target/Mips/MipsFastISel.cpp