Lines Matching defs:MipsFastISel

1 //===- MipsFastISel.cpp - Mips FastISel implementation --------------------===//
82 class MipsFastISel final : public FastISel {
250 explicit MipsFastISel(FunctionLoweringInfo &funcInfo,
287 CCAssignFn *MipsFastISel::CCAssignFnForCall(CallingConv::ID CC) const {
291 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT,
332 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) {
351 unsigned MipsFastISel::materializeInt(const Constant *C, MVT VT) {
359 unsigned MipsFastISel::materialize32BitInt(int64_t Imm,
384 unsigned MipsFastISel::materializeFP(const ConstantFP *CFP, MVT VT) {
406 unsigned MipsFastISel::materializeGV(const GlobalValue *GV, MVT VT) {
431 unsigned MipsFastISel::materializeExternalCallSym(MCSymbol *Sym) {
442 unsigned MipsFastISel::fastMaterializeConstant(const Constant *C) {
460 bool MipsFastISel::computeAddress(const Value *Obj, Address &Addr) {
541 bool MipsFastISel::computeCallAddress(const Value *V, Address &Addr) {
591 bool MipsFastISel::isTypeLegal(Type *Ty, MVT &VT) {
603 bool MipsFastISel::isTypeSupported(Type *Ty, MVT &VT) {
618 bool MipsFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) {
633 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) {
752 bool MipsFastISel::emitLoad(MVT VT, unsigned &ResultReg, Address &Addr) {
806 bool MipsFastISel::emitStore(MVT VT, unsigned SrcReg, Address &Addr) {
856 bool MipsFastISel::selectLogicalOp(const Instruction *I) {
883 bool MipsFastISel::selectLoad(const Instruction *I) {
905 bool MipsFastISel::selectStore(const Instruction *I) {
935 bool MipsFastISel::selectBranch(const Instruction *I) {
977 bool MipsFastISel::selectCmp(const Instruction *I) {
987 bool MipsFastISel::selectFPExt(const Instruction *I) {
1009 bool MipsFastISel::selectSelect(const Instruction *I) {
1066 bool MipsFastISel::selectFPTrunc(const Instruction *I) {
1090 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) {
1130 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI,
1270 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT,
1305 bool MipsFastISel::fastLowerArguments() {
1486 bool MipsFastISel::fastLowerCall(CallLoweringInfo &CLI) {
1580 bool MipsFastISel::fastLowerIntrinsicCall(const IntrinsicInst *II) {
1672 bool MipsFastISel::selectRet(const Instruction *I) {
1771 bool MipsFastISel::selectTrunc(const Instruction *I) {
1795 bool MipsFastISel::selectIntExt(const Instruction *I) {
1823 bool MipsFastISel::emitIntSExt32r1(MVT SrcVT, unsigned SrcReg, MVT DestVT,
1842 bool MipsFastISel::emitIntSExt32r2(MVT SrcVT, unsigned SrcReg, MVT DestVT,
1857 bool MipsFastISel::emitIntSExt(MVT SrcVT, unsigned SrcReg, MVT DestVT,
1866 bool MipsFastISel::emitIntZExt(MVT SrcVT, unsigned SrcReg, MVT DestVT,
1888 bool MipsFastISel::emitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT,
1902 unsigned MipsFastISel::emitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT,
1909 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) {
1953 bool MipsFastISel::selectShift(const Instruction *I) {
2028 bool MipsFastISel::fastSelectInstruction(const Instruction *I) {
2086 unsigned MipsFastISel::getRegEnsuringSimpleIntegerWidening(const Value *V,
2105 void MipsFastISel::simplifyAddress(Address &Addr) {
2116 unsigned MipsFastISel::fastEmitInst_rr(unsigned MachineInstOpcode,
2145 return new MipsFastISel(funcInfo, libInfo);