Home
last modified time | relevance | path

Searched refs:setUseDebugInstrRef (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineFunction.h583 void setUseDebugInstrRef(bool UseInstrRef);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachineFunction.h627 void setUseDebugInstrRef(bool UseInstrRef);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineFunction.h627 void setUseDebugInstrRef(bool UseInstrRef);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachineFunction.h629 void setUseDebugInstrRef(bool UseInstrRef);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachineFunction.h627 void setUseDebugInstrRef(bool UseInstrRef);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineFunction.cpp1220 void MachineFunction::setUseDebugInstrRef(bool Use) { in setUseDebugInstrRef() function in MachineFunction
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp448 MF.setUseDebugInstrRef(YamlMF.UseDebugInstrRef); in setupDebugValueTracking()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp396 mf.setUseDebugInstrRef(InstrRef); in runOnMachineFunction()