Lines Matching refs:getMachineFunction
1432 ARMCCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs, in LowerCallResult()
1520 MachinePointerInfo::getStack(DAG.getMachineFunction(), LocMemOffset), in LowerMemOpCallTo()
1569 MachineFunction &MF = DAG.getMachineFunction(); in LowerCall()
1597 ARMCCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCall()
1806 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerCall()
1821 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerCall()
1840 MachinePointerInfo::getGOT(DAG.getMachineFunction()), in LowerCall()
1854 MachinePointerInfo::getGOT(DAG.getMachineFunction()), in LowerCall()
1880 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerCall()
2084 const Function *CallerF = DAG.getMachineFunction().getFunction(); in IsEligibleForTailCallOptimization()
2128 ARMCCState CCInfo1(CalleeCC, false, DAG.getMachineFunction(), RVLocs1, in IsEligibleForTailCallOptimization()
2133 ARMCCState CCInfo2(CallerCC, false, DAG.getMachineFunction(), RVLocs2, in IsEligibleForTailCallOptimization()
2157 const ARMFunctionInfo *AFI_Caller = DAG.getMachineFunction(). in IsEligibleForTailCallOptimization()
2168 ARMCCState CCInfo(CalleeCC, isVarArg, DAG.getMachineFunction(), ArgLocs, in IsEligibleForTailCallOptimization()
2173 MachineFunction &MF = DAG.getMachineFunction(); in IsEligibleForTailCallOptimization()
2229 const MachineFunction &MF = DAG.getMachineFunction(); in LowerInterruptReturn()
2271 ARMCCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs, in LowerReturn()
2283 MachineFunction &MF = DAG.getMachineFunction(); in LowerReturn()
2362 if (DAG.getMachineFunction().getFunction()->hasFnAttribute("interrupt") && in LowerReturn()
2504 MachineFunction &MF = DAG.getMachineFunction(); in LowerBlockAddress()
2525 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in LowerBlockAddress()
2540 MachineFunction &MF = DAG.getMachineFunction(); in LowerToTLSGeneralDynamicModel()
2550 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in LowerToTLSGeneralDynamicModel()
2590 MachineFunction &MF = DAG.getMachineFunction(); in LowerToTLSExecModels()
2603 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerToTLSExecModels()
2612 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerToTLSExecModels()
2623 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerToTLSExecModels()
2663 MachineFunction &MF = DAG.getMachineFunction(); in LowerGlobalAddressELF()
2677 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerGlobalAddressELF()
2684 MachinePointerInfo::getGOT(DAG.getMachineFunction()), in LowerGlobalAddressELF()
2691 if (Subtarget->useMovt(DAG.getMachineFunction())) { in LowerGlobalAddressELF()
2702 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerGlobalAddressELF()
2714 if (Subtarget->useMovt(DAG.getMachineFunction())) in LowerGlobalAddressDarwin()
2727 MachinePointerInfo::getGOT(DAG.getMachineFunction()), in LowerGlobalAddressDarwin()
2735 assert(Subtarget->useMovt(DAG.getMachineFunction()) && in LowerGlobalAddressWindows()
2754 MachinePointerInfo::getGOT(DAG.getMachineFunction()), in LowerGlobalAddressWindows()
2799 MachineFunction &MF = DAG.getMachineFunction(); in LowerINTRINSIC_WO_CHAIN()
2814 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerINTRINSIC_WO_CHAIN()
2923 MachineFunction &MF = DAG.getMachineFunction(); in LowerVASTART()
2940 MachineFunction &MF = DAG.getMachineFunction(); in GetF64FormalArgument()
2962 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI), false, in GetF64FormalArgument()
2999 MachineFunction &MF = DAG.getMachineFunction(); in StoreByValRegs()
3044 MachineFunction &MF = DAG.getMachineFunction(); in VarArgStyleRegisters()
3066 MachineFunction &MF = DAG.getMachineFunction(); in LowerFormalArguments()
3073 ARMCCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs, in LowerFormalArguments()
3149 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI), in LowerFormalArguments()
3245 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI), in LowerFormalArguments()
3874 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in LowerBR_JT()
3882 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in LowerBR_JT()
4062 MachineFunction &MF = DAG.getMachineFunction(); in LowerRETURNADDR()
4088 MachineFunction &MF = DAG.getMachineFunction(); in LowerFRAMEADDR()
6643 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo(); in LowerFSINCOS()