Lines Matching refs:PPCFastISel
85 class PPCFastISel final : public FastISel { class
95 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anon97d098690111::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()
1489 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall()
1548 bool PPCFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall()
1692 bool PPCFastISel::SelectRet(const Instruction *I) { in SelectRet()
1807 bool PPCFastISel::PPCEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in PPCEmitIntExt()
1859 bool PPCFastISel::SelectIndirectBr(const Instruction *I) { in SelectIndirectBr()
1876 bool PPCFastISel::SelectTrunc(const Instruction *I) { in SelectTrunc()
1900 bool PPCFastISel::SelectIntExt(const Instruction *I) { in SelectIntExt()
1940 bool PPCFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction()
1987 unsigned PPCFastISel::PPCMaterializeFP(const ConstantFP *CFP, MVT VT) { in PPCMaterializeFP()
2055 unsigned PPCFastISel::PPCMaterializeGV(const GlobalValue *GV, MVT VT) { in PPCMaterializeGV()
2118 unsigned PPCFastISel::PPCMaterialize32BitInt(int64_t Imm, in PPCMaterialize32BitInt()
2150 unsigned PPCFastISel::PPCMaterialize64BitInt(int64_t Imm, in PPCMaterialize64BitInt()
2206 unsigned PPCFastISel::PPCMaterializeInt(const ConstantInt *CI, MVT VT, in PPCMaterializeInt()
2248 unsigned PPCFastISel::fastMaterializeConstant(const Constant *C) { in fastMaterializeConstant()
2272 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca()
2300 bool PPCFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI()
2375 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments()
2385 unsigned PPCFastISel::fastEmit_i(MVT Ty, MVT VT, unsigned Opc, uint64_t Imm) { in fastEmit_i()
2422 unsigned PPCFastISel::fastEmitInst_ri(unsigned MachineInstOpcode, in fastEmitInst_ri()
2441 unsigned PPCFastISel::fastEmitInst_r(unsigned MachineInstOpcode, in fastEmitInst_r()
2454 unsigned PPCFastISel::fastEmitInst_rr(unsigned MachineInstOpcode, in fastEmitInst_rr()
2471 return new PPCFastISel(FuncInfo, LibInfo); in createFastISel()