Lines Matching refs:MipsFastISel
82 class MipsFastISel final : public FastISel { class
250 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel() function in __anon952252d20111::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()
442 unsigned MipsFastISel::fastMaterializeConstant(const Constant *C) { in fastMaterializeConstant()
460 bool MipsFastISel::computeAddress(const Value *Obj, Address &Addr) { in computeAddress()
541 bool MipsFastISel::computeCallAddress(const Value *V, Address &Addr) { in computeCallAddress()
591 bool MipsFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
603 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) { in isTypeSupported()
618 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()
633 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) { in emitCmp()
752 bool MipsFastISel::emitLoad(MVT VT, unsigned &ResultReg, Address &Addr) { in emitLoad()
806 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr) { in emitStore()
856 bool MipsFastISel::selectLogicalOp(const Instruction *I) { in selectLogicalOp()
883 bool MipsFastISel::selectLoad(const Instruction *I) { in selectLoad()
905 bool MipsFastISel::selectStore(const Instruction *I) { in selectStore()
935 bool MipsFastISel::selectBranch(const Instruction *I) { in selectBranch()
977 bool MipsFastISel::selectCmp(const Instruction *I) { in selectCmp()
987 bool MipsFastISel::selectFPExt(const Instruction *I) { in selectFPExt()
1009 bool MipsFastISel::selectSelect(const Instruction *I) { in selectSelect()
1066 bool MipsFastISel::selectFPTrunc(const Instruction *I) { in selectFPTrunc()
1090 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt()
1130 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs()
1270 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall()
1305 bool MipsFastISel::fastLowerArguments() { in fastLowerArguments()
1486 bool MipsFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall()
1580 bool MipsFastISel::fastLowerIntrinsicCall(const IntrinsicInst *II) { in fastLowerIntrinsicCall()
1672 bool MipsFastISel::selectRet(const Instruction *I) { in selectRet()
1771 bool MipsFastISel::selectTrunc(const Instruction *I) { in selectTrunc()
1795 bool MipsFastISel::selectIntExt(const Instruction *I) { in selectIntExt()
1823 bool MipsFastISel::emitIntSExt32r1(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntSExt32r1()
1842 bool MipsFastISel::emitIntSExt32r2(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntSExt32r2()
1857 bool MipsFastISel::emitIntSExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntSExt()
1866 bool MipsFastISel::emitIntZExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntZExt()
1888 bool MipsFastISel::emitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntExt()
1902 unsigned MipsFastISel::emitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in emitIntExt()
1909 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) { in selectDivRem()
1953 bool MipsFastISel::selectShift(const Instruction *I) { in selectShift()
2028 bool MipsFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction()
2086 unsigned MipsFastISel::getRegEnsuringSimpleIntegerWidening(const Value *V, in getRegEnsuringSimpleIntegerWidening()
2105 void MipsFastISel::simplifyAddress(Address &Addr) { in simplifyAddress()
2116 unsigned MipsFastISel::fastEmitInst_rr(unsigned MachineInstOpcode, in fastEmitInst_rr()
2145 return new MipsFastISel(funcInfo, libInfo); in createFastISel()