Lines Matching refs:PPCFastISel

87 class PPCFastISel final : public FastISel {  class
97 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anon1e98c3950111::PPCFastISel
202 CCAssignFn *PPCFastISel::usePPC32CCs(unsigned Flag) { in usePPC32CCs()
282 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
296 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()
308 bool PPCFastISel::isValueAvailable(const Value *V) const { in isValueAvailable()
318 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress()
432 void PPCFastISel::PPCSimplifyAddress(Address &Addr, bool &UseOffset, in PPCSimplifyAddress()
462 bool PPCFastISel::PPCEmitLoad(MVT VT, unsigned &ResultReg, Address &Addr, in PPCEmitLoad()
590 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad()
620 bool PPCFastISel::PPCEmitStore(MVT VT, unsigned SrcReg, Address &Addr) { in PPCEmitStore()
732 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore()
762 bool PPCFastISel::SelectBranch(const Instruction *I) { in SelectBranch()
813 bool PPCFastISel::PPCEmitCmp(const Value *SrcValue1, const Value *SrcValue2, in PPCEmitCmp()
908 bool PPCFastISel::SelectFPExt(const Instruction *I) { in SelectFPExt()
926 bool PPCFastISel::SelectFPTrunc(const Instruction *I) { in SelectFPTrunc()
954 unsigned PPCFastISel::PPCMoveToFPReg(MVT SrcVT, unsigned SrcReg, in PPCMoveToFPReg()
999 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP()
1073 unsigned PPCFastISel::PPCMoveToIntReg(const Instruction *I, MVT VT, in PPCMoveToIntReg()
1108 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
1172 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp()
1277 bool PPCFastISel::processCallArgs(SmallVectorImpl<Value*> &Args, in processCallArgs()
1393 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall()
1459 bool PPCFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall()
1596 bool PPCFastISel::SelectRet(const Instruction *I) { in SelectRet()
1714 bool PPCFastISel::PPCEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in PPCEmitIntExt()
1766 bool PPCFastISel::SelectIndirectBr(const Instruction *I) { in SelectIndirectBr()
1783 bool PPCFastISel::SelectTrunc(const Instruction *I) { in SelectTrunc()
1812 bool PPCFastISel::SelectIntExt(const Instruction *I) { in SelectIntExt()
1852 bool PPCFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction()
1901 unsigned PPCFastISel::PPCMaterializeFP(const ConstantFP *CFP, MVT VT) { in PPCMaterializeFP()
1952 unsigned PPCFastISel::PPCMaterializeGV(const GlobalValue *GV, MVT VT) { in PPCMaterializeGV()
2006 unsigned PPCFastISel::PPCMaterialize32BitInt(int64_t Imm, in PPCMaterialize32BitInt()
2038 unsigned PPCFastISel::PPCMaterialize64BitInt(int64_t Imm, in PPCMaterialize64BitInt()
2094 unsigned PPCFastISel::PPCMaterializeInt(const ConstantInt *CI, MVT VT, in PPCMaterializeInt()
2136 unsigned PPCFastISel::fastMaterializeConstant(const Constant *C) { in fastMaterializeConstant()
2155 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca()
2183 bool PPCFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI()
2255 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments()
2265 unsigned PPCFastISel::fastEmit_i(MVT Ty, MVT VT, unsigned Opc, uint64_t Imm) { in fastEmit_i()
2302 unsigned PPCFastISel::fastEmitInst_ri(unsigned MachineInstOpcode, in fastEmitInst_ri()
2322 unsigned PPCFastISel::fastEmitInst_r(unsigned MachineInstOpcode, in fastEmitInst_r()
2335 unsigned PPCFastISel::fastEmitInst_rr(unsigned MachineInstOpcode, in fastEmitInst_rr()
2354 return new PPCFastISel(FuncInfo, LibInfo); in createFastISel()