Lines Matching refs:MipsFastISel

26 class MipsFastISel final : public FastISel {  class
188 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel() function in __anon9bd1fc840111::MipsFastISel
228 CCAssignFn *MipsFastISel::CCAssignFnForCall(CallingConv::ID CC) const { in CCAssignFnForCall()
232 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp()
273 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca()
295 unsigned MipsFastISel::materializeInt(const Constant *C, MVT VT) { in materializeInt()
303 unsigned MipsFastISel::materialize32BitInt(int64_t Imm, in materialize32BitInt()
328 unsigned MipsFastISel::materializeFP(const ConstantFP *CFP, MVT VT) { in materializeFP()
350 unsigned MipsFastISel::materializeGV(const GlobalValue *GV, MVT VT) { in materializeGV()
375 unsigned MipsFastISel::materializeExternalCallSym(MCSymbol *Sym) { in materializeExternalCallSym()
386 unsigned MipsFastISel::fastMaterializeConstant(const Constant *C) { in fastMaterializeConstant()
407 bool MipsFastISel::computeAddress(const Value *Obj, Address &Addr) { in computeAddress()
490 bool MipsFastISel::computeCallAddress(const Value *V, Address &Addr) { in computeCallAddress()
540 bool MipsFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
552 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported()
567 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()
581 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) { in emitCmp()
704 bool MipsFastISel::emitLoad(MVT VT, unsigned &ResultReg, Address &Addr, in emitLoad()
765 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr, in emitStore()
817 bool MipsFastISel::selectLogicalOp(const Instruction *I) { in selectLogicalOp()
844 bool MipsFastISel::selectLoad(const Instruction *I) { in selectLoad()
866 bool MipsFastISel::selectStore(const Instruction *I) { in selectStore()
898 bool MipsFastISel::selectBranch(const Instruction *I) { in selectBranch()
925 bool MipsFastISel::selectCmp(const Instruction *I) { in selectCmp()
935 bool MipsFastISel::selectFPExt(const Instruction *I) { in selectFPExt()
957 bool MipsFastISel::selectSelect(const Instruction *I) { in selectSelect()
1009 bool MipsFastISel::selectFPTrunc(const Instruction *I) { in selectFPTrunc()
1033 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt()
1073 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs()
1207 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall()
1239 bool MipsFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall()
1326 bool MipsFastISel::fastLowerIntrinsicCall(const IntrinsicInst *II) { in fastLowerIntrinsicCall()
1421 bool MipsFastISel::selectRet(const Instruction *I) { in selectRet()
1512 bool MipsFastISel::selectTrunc(const Instruction *I) { in selectTrunc()
1535 bool MipsFastISel::selectIntExt(const Instruction *I) { in selectIntExt()
1562 bool MipsFastISel::emitIntSExt32r1(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntSExt32r1()
1581 bool MipsFastISel::emitIntSExt32r2(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntSExt32r2()
1596 bool MipsFastISel::emitIntSExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntSExt()
1605 bool MipsFastISel::emitIntZExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntZExt()
1627 bool MipsFastISel::emitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntExt()
1641 unsigned MipsFastISel::emitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntExt()
1648 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) { in selectDivRem()
1692 bool MipsFastISel::selectShift(const Instruction *I) { in selectShift()
1767 bool MipsFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction()
1827 unsigned MipsFastISel::getRegEnsuringSimpleIntegerWidening(const Value *V, in getRegEnsuringSimpleIntegerWidening()
1842 void MipsFastISel::simplifyAddress(Address &Addr) { in simplifyAddress()
1853 unsigned MipsFastISel::fastEmitInst_rr(unsigned MachineInstOpcode, in fastEmitInst_rr()
1883 return new MipsFastISel(funcInfo, libInfo); in createFastISel()