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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 1 //===-- TargetInstrInfoImpl.cpp - Target Instruction Information ----------===//
10 // This file implements the TargetInstrInfoImpl class, it just provides default
40 TargetInstrInfoImpl::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
60 MachineInstr *TargetInstrInfoImpl::commuteInstruction(MachineInstr *MI,
121 bool TargetInstrInfoImpl::findCommutedOpIndices(MachineInstr *MI,
139 bool TargetInstrInfoImpl::PredicateInstruction(MachineInstr *MI,
165 bool TargetInstrInfoImpl::hasLoadFromStackSlot(const MachineInstr *MI,
183 bool TargetInstrInfoImpl::hasStoreToStackSlot(const MachineInstr *MI,
201 void TargetInstrInfoImpl::reMaterialize(MachineBasicBlock &MBB,
213 TargetInstrInfoImpl::produceSameValue(const MachineInstr *MI0
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2InstrInfo.cpp 49 TargetInstrInfoImpl::ReplaceTailWithBranchTo(Tail, NewDest);
63 TargetInstrInfoImpl::ReplaceTailWithBranchTo(Tail, NewDest);
ARMBaseInstrInfo.cpp 105 return TargetInstrInfoImpl::CreateTargetHazardRecognizer(TM, DAG);
114 return TargetInstrInfoImpl::CreateTargetPostRAHazardRecognizer(II, DAG);
    [all...]
  /external/swiftshader/third_party/LLVM/
Android.mk 150 lib/CodeGen/TargetInstrInfoImpl.cpp \
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCInstrInfo.cpp 103 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 2389 milliseconds