Lines Matching refs:PPCFastISel
85 class PPCFastISel final : public FastISel { class
95 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anon74dbb2330111::PPCFastISel
269 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
283 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()
295 bool PPCFastISel::isValueAvailable(const Value *V) const { in isValueAvailable()
305 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress()
419 void PPCFastISel::PPCSimplifyAddress(Address &Addr, bool &UseOffset, in PPCSimplifyAddress()
448 bool PPCFastISel::PPCEmitLoad(MVT VT, Register &ResultReg, Address &Addr, in PPCEmitLoad()
587 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad()
618 bool PPCFastISel::PPCEmitStore(MVT VT, unsigned SrcReg, Address &Addr) { in PPCEmitStore()
733 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore()
763 bool PPCFastISel::SelectBranch(const Instruction *I) { in SelectBranch()
817 bool PPCFastISel::PPCEmitCmp(const Value *SrcValue1, const Value *SrcValue2, in PPCEmitCmp()
955 bool PPCFastISel::SelectFPExt(const Instruction *I) { in SelectFPExt()
973 bool PPCFastISel::SelectFPTrunc(const Instruction *I) { in SelectFPTrunc()
1017 unsigned PPCFastISel::PPCMoveToFPReg(MVT SrcVT, unsigned SrcReg, in PPCMoveToFPReg()
1062 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP()
1152 unsigned PPCFastISel::PPCMoveToIntReg(const Instruction *I, MVT VT, in PPCMoveToIntReg()
1187 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
1268 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp()
1373 bool PPCFastISel::processCallArgs(SmallVectorImpl<Value*> &Args, in processCallArgs()
1487 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall()
1546 bool PPCFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall()
1690 bool PPCFastISel::SelectRet(const Instruction *I) { in SelectRet()
1805 bool PPCFastISel::PPCEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in PPCEmitIntExt()
1857 bool PPCFastISel::SelectIndirectBr(const Instruction *I) { in SelectIndirectBr()
1874 bool PPCFastISel::SelectTrunc(const Instruction *I) { in SelectTrunc()
1898 bool PPCFastISel::SelectIntExt(const Instruction *I) { in SelectIntExt()
1938 bool PPCFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction()
1985 unsigned PPCFastISel::PPCMaterializeFP(const ConstantFP *CFP, MVT VT) { in PPCMaterializeFP()
2053 unsigned PPCFastISel::PPCMaterializeGV(const GlobalValue *GV, MVT VT) { in PPCMaterializeGV()
2120 unsigned PPCFastISel::PPCMaterialize32BitInt(int64_t Imm, in PPCMaterialize32BitInt()
2152 unsigned PPCFastISel::PPCMaterialize64BitInt(int64_t Imm, in PPCMaterialize64BitInt()
2208 unsigned PPCFastISel::PPCMaterializeInt(const ConstantInt *CI, MVT VT, in PPCMaterializeInt()
2250 unsigned PPCFastISel::fastMaterializeConstant(const Constant *C) { in fastMaterializeConstant()
2274 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca()
2302 bool PPCFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI()
2377 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments()
2387 unsigned PPCFastISel::fastEmit_i(MVT Ty, MVT VT, unsigned Opc, uint64_t Imm) { in fastEmit_i()
2424 unsigned PPCFastISel::fastEmitInst_ri(unsigned MachineInstOpcode, in fastEmitInst_ri()
2443 unsigned PPCFastISel::fastEmitInst_r(unsigned MachineInstOpcode, in fastEmitInst_r()
2456 unsigned PPCFastISel::fastEmitInst_rr(unsigned MachineInstOpcode, in fastEmitInst_rr()
2473 return new PPCFastISel(FuncInfo, LibInfo); in createFastISel()