HomeSort by relevance Sort by last modified time
    Searched refs:RemoveMachineInstrFromMaps (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeLiveIntervals.cpp 99 LIS.RemoveMachineInstrFromMaps(*MI);
  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 157 LIS->RemoveMachineInstrFromMaps(*DeadInst);
PHIElimination.cpp 162 LIS->RemoveMachineInstrFromMaps(*DefMI);
170 LIS->RemoveMachineInstrFromMaps(*I.first);
526 LIS->RemoveMachineInstrFromMaps(*MPhi);
  /external/llvm/lib/Target/AMDGPU/
SILoadStoreOptimizer.cpp 347 LIS->RemoveMachineInstrFromMaps(*I);
348 LIS->RemoveMachineInstrFromMaps(*Paired);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.cpp 202 void VirtRegMap::RemoveMachineInstrFromMaps(MachineInstr *MI) {
335 RemoveMachineInstrFromMaps(MI);
337 Indexes->removeMachineInstrFromMaps(MI);
LiveIntervalAnalysis.cpp     [all...]
LiveRangeEdit.cpp 276 LIS.RemoveMachineInstrFromMaps(MI);
VirtRegMap.h 474 /// RemoveMachineInstrFromMaps - MI is being erased, remove it from the
476 void RemoveMachineInstrFromMaps(MachineInstr *MI);
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 252 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
253 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 267 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
268 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 267 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
268 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveIntervalAnalysis.h 271 void RemoveMachineInstrFromMaps(MachineInstr &MI) {
272 Indexes->removeMachineInstrFromMaps(MI);
  /external/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 334 LIS->RemoveMachineInstrFromMaps(*AddendMI);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 242 void RemoveMachineInstrFromMaps(MachineInstr *MI) {
243 indexes_->removeMachineInstrFromMaps(MI);

Completed in 770 milliseconds

1 2