Lines Matching defs:F
100 static FPParamVariant whichFPParamVariantNeeded(Function &F) { in whichFPParamVariantNeeded()
151 static bool needsFPStubFromParams(Function &F) { in needsFPStubFromParams()
165 static bool needsFPReturnHelper(Function &F) { in needsFPReturnHelper()
170 static bool needsFPHelperFromSig(Function &F) { in needsFPHelperFromSig()
242 static void assureFPCallStub(Function &F, Module *M, in assureFPCallStub()
350 static bool isIntrinsicInline(Function *F) { in isIntrinsicInline()
360 (Function &F, Module *M, const MipsSubtarget &Subtarget) { in fixupFPReturnAndCall()
400 Value *F = (M->getOrInsertFunction(Name, A, MyVoid, T, NULL)); in fixupFPReturnAndCall() local
417 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV, in createFPFnStub()
458 static void removeUseSoftFloat(Function &F) { in removeUseSoftFloat()
492 for (Module::iterator F = M.begin(), E = M.end(); F != E; ++F) { in runOnModule() local