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

1 2 3

  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 78 if (N->isMachineOpcode())
147 if (NI->use_empty() || !NI->isMachineOpcode())
151 if (!UI->isMachineOpcode())
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetInstrInfo.cpp 83 if (!DefNode->isMachineOpcode())
87 if (!UseNode->isMachineOpcode())
107 if (!N->isMachineOpcode())
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelDAGToDAG.cpp 77 if (Node->isMachineOpcode()) {
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 92 if (!ScegN->isMachineOpcode())
129 if (!ScegN->isMachineOpcode())
257 if (SU->getNode()->isMachineOpcode())
297 if (SU->getNode() && SU->getNode()->isMachineOpcode()) {
329 if (!SU || !SU->getNode() || !SU->getNode()->isMachineOpcode())
363 if (!SU || !SU->getNode() || !SU->getNode()->isMachineOpcode())
447 if (N->isMachineOpcode()) {
483 if (ScegN->isMachineOpcode()) {
550 if (N->isMachineOpcode()) {
ScheduleDAGSDNodes.cpp 81 (N->isMachineOpcode() &&
125 } else if (Def->isMachineOpcode()) {
294 if (!Node || !Node->isMachineOpcode())
356 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
374 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
430 if (MainNode->isMachineOpcode()) {
445 if (N->isMachineOpcode() &&
529 if (!Node->isMachineOpcode()) {
609 if (N && N->isMachineOpcode() &&
621 if (N->isMachineOpcode())
    [all...]
InstrEmitter.h 120 if (Node->isMachineOpcode())
ScheduleDAGRRList.cpp 289 if (!Node->isMachineOpcode() && Node->getOpcode() == ISD::CopyFromReg) {
424 if (N->isMachineOpcode()) {
482 if (N->isMachineOpcode()) {
552 if (Node->isMachineOpcode() &&
631 // if (!SU->getNode() || !SU->getNode()->isMachineOpcode()) return;
674 assert(SU->getNode()->isMachineOpcode() &&
757 if (SUNode->isMachineOpcode() &&
780 if (SU->getNode() && SU->getNode()->isMachineOpcode())
828 if (SUNode->isMachineOpcode() &&
841 if (SUNode->isMachineOpcode() &
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 73 (N->isMachineOpcode() &&
114 if (Def->isMachineOpcode()) {
255 if (!Node || !Node->isMachineOpcode())
318 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
336 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
392 if (MainNode->isMachineOpcode()) {
407 if (N->isMachineOpcode() &&
490 if (!Node->isMachineOpcode()) {
562 if (N && N->isMachineOpcode() &&
574 if (N->isMachineOpcode())
    [all...]
InstrEmitter.h 123 if (Node->isMachineOpcode())
ScheduleDAGRRList.cpp 512 // if (!SU->getNode() || !SU->getNode()->isMachineOpcode()) return;
555 assert(SU->getNode()->isMachineOpcode() &&
647 if (SU->getNode() && SU->getNode()->isMachineOpcode())
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 125 if (Node->isMachineOpcode()) {
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 204 if (Node->isMachineOpcode()) {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 194 if (Node->isMachineOpcode())
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 139 if (N->isMachineOpcode())
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 142 inline bool isMachineOpcode() const;
355 /// pre-isel nodes (those for which isMachineOpcode returns false), these
371 /// isMachineOpcode - Test if this node has a post-isel opcode, directly
373 bool isMachineOpcode() const { return NodeType < 0; }
375 /// getMachineOpcode - This may only be called if isMachineOpcode returns
379 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
563 while (!FoundNode->isMachineOpcode()) {
790 inline bool SDValue::isMachineOpcode() const {
791 return Node->isMachineOpcode();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 169 inline bool isMachineOpcode() const;
458 /// pre-isel nodes (those for which isMachineOpcode returns false), these
489 bool isMachineOpcode() const { return NodeType < 0; }
491 /// This may only be called if isMachineOpcode returns
495 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
889 inline bool SDValue::isMachineOpcode() const {
890 return Node->isMachineOpcode();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 183 inline bool isMachineOpcode() const;
540 /// pre-isel nodes (those for which isMachineOpcode returns false), these
572 bool isMachineOpcode() const { return NodeType < 0; }
574 /// This may only be called if isMachineOpcode returns
578 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 188 inline bool isMachineOpcode() const;
593 /// pre-isel nodes (those for which isMachineOpcode returns false), these
651 bool isMachineOpcode() const { return NodeType < 0; }
653 /// This may only be called if isMachineOpcode returns
657 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 188 inline bool isMachineOpcode() const;
593 /// pre-isel nodes (those for which isMachineOpcode returns false), these
651 bool isMachineOpcode() const { return NodeType < 0; }
653 /// This may only be called if isMachineOpcode returns
657 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 188 inline bool isMachineOpcode() const;
593 /// pre-isel nodes (those for which isMachineOpcode returns false), these
652 bool isMachineOpcode() const { return NodeType < 0; }
654 /// This may only be called if isMachineOpcode returns
658 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h 188 inline bool isMachineOpcode() const;
593 /// pre-isel nodes (those for which isMachineOpcode returns false), these
652 bool isMachineOpcode() const { return NodeType < 0; }
654 /// This may only be called if isMachineOpcode returns
658 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h 188 inline bool isMachineOpcode() const;
593 /// pre-isel nodes (those for which isMachineOpcode returns false), these
652 bool isMachineOpcode() const { return NodeType < 0; }
654 /// This may only be called if isMachineOpcode returns
658 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h 188 inline bool isMachineOpcode() const;
593 /// pre-isel nodes (those for which isMachineOpcode returns false), these
652 bool isMachineOpcode() const { return NodeType < 0; }
654 /// This may only be called if isMachineOpcode returns
658 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 183 inline bool isMachineOpcode() const;
540 /// pre-isel nodes (those for which isMachineOpcode returns false), these
572 bool isMachineOpcode() const { return NodeType < 0; }
574 /// This may only be called if isMachineOpcode returns
578 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 188 inline bool isMachineOpcode() const;
593 /// pre-isel nodes (those for which isMachineOpcode returns false), these
651 bool isMachineOpcode() const { return NodeType < 0; }
653 /// This may only be called if isMachineOpcode returns
657 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
    [all...]

Completed in 1554 milliseconds

1 2 3