HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceTailWithBranchTo (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2InstrInfo.h 35 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
Thumb2InstrInfo.cpp 44 Thumb2InstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
49 TargetInstrInfoImpl::ReplaceTailWithBranchTo(Tail, NewDest);
63 TargetInstrInfoImpl::ReplaceTailWithBranchTo(Tail, NewDest);
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.h 36 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
Thumb2InstrInfo.cpp 49 Thumb2InstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
54 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
68 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
Thumb2InstrInfo.h 36 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
Thumb2InstrInfo.cpp 59 Thumb2InstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
64 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
78 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.h 100 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
BranchFolding.cpp 383 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
385 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
389 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
798 ReplaceTailWithBranchTo(SameTails[i].getTailStartPos(), MBB);
    [all...]
TargetInstrInfoImpl.cpp 37 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
40 TargetInstrInfoImpl::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
  /external/llvm/lib/CodeGen/
BranchFolding.h 135 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
BranchFolding.cpp 426 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
428 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
430 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
    [all...]
TargetInstrInfo.cpp 103 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
106 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 303 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
306 virtual void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 571 virtual void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 676 virtual void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetInstrInfo.cpp 125 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
128 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
    [all...]
BranchFolding.cpp 398 // wrong place (in ReplaceTailWithBranchTo()) which results in losing this CFI
411 void BranchFolder::replaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
441 TII->ReplaceTailWithBranchTo(OldInst, &NewDest);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUMachineCFGStructurizer.cpp     [all...]

Completed in 2818 milliseconds