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

12 3

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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...]
  /external/llvm/lib/Target/Lanai/
LanaiISelDAGToDAG.cpp 280 if (Node->isMachineOpcode()) {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 197 if (Node->isMachineOpcode()) {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 517 if (!Node->isMachineOpcode())
672 if (!N->isMachineOpcode() &&
744 if (N->isMachineOpcode() ||
InstrEmitter.cpp 132 if (User->isMachineOpcode()) {
286 if (Op.isMachineOpcode() &&
381 if (Op.isMachineOpcode()) {
    [all...]
SelectionDAGDumper.cpp 44 if (isMachineOpcode()) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 114 if (User->isMachineOpcode()) {
248 if (Op.isMachineOpcode() &&
344 if (Op.isMachineOpcode()) {
    [all...]
ScheduleDAGFast.cpp 506 if (!Node->isMachineOpcode())
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp     [all...]
ScheduleDAG.cpp 58 if (!Node || !Node->isMachineOpcode()) return nullptr;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 388 if (Node->isMachineOpcode()) {
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 323 if (N->isMachineOpcode()) {
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 209 if (N->isMachineOpcode())
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 624 if (N->isMachineOpcode())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 393 if (Node->isMachineOpcode()) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAG.cpp 49 if (!Node || !Node->isMachineOpcode()) return NULL;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 190 if (!N->isMachineOpcode())
263 if (N->isMachineOpcode()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 596 if (Node->isMachineOpcode()) {
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 1526 milliseconds

12 3