HomeSort by relevance Sort by last modified time
    Searched refs:isDef (Results 176 - 200 of 237) sorted by null

1 2 3 4 5 6 78 910

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 441 return getDefRegState(RegOp.isDef()) |
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
MachineInstrBuilder.h 441 return getDefRegState(RegOp.isDef()) |
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
MachineInstrBuilder.h 441 return getDefRegState(RegOp.isDef()) |
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 337 if (invariantGroupDependency.isDef())
    [all...]
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 710 if (MO.isDef()) {
    [all...]
RegisterPressure.cpp 465 assert(MO.isDef());
497 assert(MO.isDef());
    [all...]
TargetInstrInfo.cpp 502 if (MI.getOperand(Ops[i]).isDef())
    [all...]
BranchFolding.cpp     [all...]
IfConversion.cpp     [all...]
InlineSpiller.cpp 758 if (LoadMI && MO.isDef())
    [all...]
SplitKit.cpp     [all...]
PrologEpilogInserter.cpp     [all...]
TailDuplicator.cpp 349 if (MO.isDef()) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 132 if (!MO.isReg() || !MO.isDef())
    [all...]
HexagonInstrInfo.cpp 195 if (MO.isDef())
    [all...]
HexagonBitSimplify.cpp 246 if (!Op.isReg() || !Op.isDef())
    [all...]
HexagonCopyToCombine.cpp 429 if (!Op.isReg() || !Op.isDef() || !Op.getReg())
RDFGraph.h 501 bool isDef() const {
725 static bool IsDef(const NodeAddr<NodeBase*> BA) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.cpp     [all...]
RegisterCoalescer.cpp 849 if (MO.isDef())
    [all...]
SplitKit.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 290 if (MO.isDef()) {

Completed in 328 milliseconds

1 2 3 4 5 6 78 910