• Home
  • Raw
  • Download

Lines Matching refs:MipsFastISel

39 class MipsFastISel final : public FastISel {  class
201 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel() function in __anon36dd7ac30111::MipsFastISel
242 CCAssignFn *MipsFastISel::CCAssignFnForCall(CallingConv::ID CC) const { in CCAssignFnForCall()
246 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp()
287 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca()
309 unsigned MipsFastISel::materializeInt(const Constant *C, MVT VT) { in materializeInt()
317 unsigned MipsFastISel::materialize32BitInt(int64_t Imm, in materialize32BitInt()
342 unsigned MipsFastISel::materializeFP(const ConstantFP *CFP, MVT VT) { in materializeFP()
364 unsigned MipsFastISel::materializeGV(const GlobalValue *GV, MVT VT) { in materializeGV()
389 unsigned MipsFastISel::materializeExternalCallSym(MCSymbol *Sym) { in materializeExternalCallSym()
400 unsigned MipsFastISel::fastMaterializeConstant(const Constant *C) { in fastMaterializeConstant()
421 bool MipsFastISel::computeAddress(const Value *Obj, Address &Addr) { in computeAddress()
504 bool MipsFastISel::computeCallAddress(const Value *V, Address &Addr) { in computeCallAddress()
554 bool MipsFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
566 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported()
581 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()
595 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) { in emitCmp()
717 bool MipsFastISel::emitLoad(MVT VT, unsigned &ResultReg, Address &Addr, in emitLoad()
778 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr, in emitStore()
830 bool MipsFastISel::selectLogicalOp(const Instruction *I) { in selectLogicalOp()
857 bool MipsFastISel::selectLoad(const Instruction *I) { in selectLoad()
879 bool MipsFastISel::selectStore(const Instruction *I) { in selectStore()
911 bool MipsFastISel::selectBranch(const Instruction *I) { in selectBranch()
938 bool MipsFastISel::selectCmp(const Instruction *I) { in selectCmp()
948 bool MipsFastISel::selectFPExt(const Instruction *I) { in selectFPExt()
970 bool MipsFastISel::selectSelect(const Instruction *I) { in selectSelect()
1022 bool MipsFastISel::selectFPTrunc(const Instruction *I) { in selectFPTrunc()
1046 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt()
1086 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs()
1220 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall()
1252 bool MipsFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall()
1339 bool MipsFastISel::fastLowerIntrinsicCall(const IntrinsicInst *II) { in fastLowerIntrinsicCall()
1434 bool MipsFastISel::selectRet(const Instruction *I) { in selectRet()
1525 bool MipsFastISel::selectTrunc(const Instruction *I) { in selectTrunc()
1548 bool MipsFastISel::selectIntExt(const Instruction *I) { in selectIntExt()
1575 bool MipsFastISel::emitIntSExt32r1(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntSExt32r1()
1594 bool MipsFastISel::emitIntSExt32r2(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntSExt32r2()
1609 bool MipsFastISel::emitIntSExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntSExt()
1618 bool MipsFastISel::emitIntZExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntZExt()
1640 bool MipsFastISel::emitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntExt()
1654 unsigned MipsFastISel::emitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntExt()
1661 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) { in selectDivRem()
1705 bool MipsFastISel::selectShift(const Instruction *I) { in selectShift()
1780 bool MipsFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction()
1840 unsigned MipsFastISel::getRegEnsuringSimpleIntegerWidening(const Value *V, in getRegEnsuringSimpleIntegerWidening()
1855 void MipsFastISel::simplifyAddress(Address &Addr) { in simplifyAddress()
1866 unsigned MipsFastISel::fastEmitInst_rr(unsigned MachineInstOpcode, in fastEmitInst_rr()
1896 return new MipsFastISel(funcInfo, libInfo); in createFastISel()