Home
last modified time | relevance | path

Searched refs:resetTargetOptions (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp196 resetTargetOptions(F); in getSubtargetImpl()
237 resetTargetOptions(F); in getSubtargetImpl()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp92 resetTargetOptions(F); in getSubtargetImpl()
/external/llvm/lib/Target/
DTargetMachine.cpp69 void TargetMachine::resetTargetOptions(const Function &F) const { in resetTargetOptions() function in TargetMachine
/external/llvm/include/llvm/Target/
DTargetMachine.h152 void resetTargetOptions(const Function &F) const;
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp106 resetTargetOptions(F); in getSubtargetImpl()
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp170 resetTargetOptions(F); in getSubtargetImpl()
/external/llvm/lib/Target/X86/
DX86TargetMachine.cpp216 resetTargetOptions(F); in getSubtargetImpl()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.cpp177 resetTargetOptions(F); in getSubtargetImpl()
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp278 resetTargetOptions(F); in getSubtargetImpl()
/external/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp226 resetTargetOptions(F); in getSubtargetImpl()
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp252 resetTargetOptions(F); in getSubtargetImpl()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp443 TM.resetTargetOptions(Fn); in runOnMachineFunction()