Searched defs:isMachineOpcode (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h142 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; } function in class:llvm::SDNode
375 /// getMachineOpcode - This may only be called if isMachineOpcode returns
379 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
563 while (!FoundNode->isMachineOpcode()) { function
790 inline bool SDValue::isMachineOpcode() const { function in class:llvm::SDNode::SDValue
791 return Node->isMachineOpcode();
1693 return N->isMachineOpcode();
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h169 inline bool isMachineOpcode() const;
458 /// pre-isel nodes (those for which isMachineOpcode returns false), these
489 bool isMachineOpcode() const { return NodeType < 0; } function in class:llvm::SDNode
491 /// This may only be called if isMachineOpcode returns
495 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
889 inline bool SDValue::isMachineOpcode() const { function in class:llvm::SDValue
890 return Node->isMachineOpcode();
2014 return N->isMachineOpcode();

Completed in 367 milliseconds