Searched refs:DELETED_NODE (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h41 /// DELETED_NODE - This is an illegal value that is used to catch
43 DELETED_NODE, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp80 case ISD::DELETED_NODE: return "<<Deleted Node!>>";
H A DSelectionDAGISel.cpp2326 assert(ChainNode->getOpcode() != ISD::DELETED_NODE &&
3495 assert(NodeToMatch->getOpcode() != ISD::DELETED_NODE &&
H A DDAGCombiner.cpp247 assert(N->getOpcode() != ISD::DELETED_NODE &&
1294 if (Op && Op.getOpcode() != ISD::DELETED_NODE)
1473 assert(N->getOpcode() != ISD::DELETED_NODE &&
1474 RV.getOpcode() != ISD::DELETED_NODE &&
1642 assert(N->getOpcode() != ISD::DELETED_NODE &&
3535 unsigned MathOp = ISD::DELETED_NODE;
3542 if (MathOp != ISD::DELETED_NODE) {
3666 if (User == Node || User->getOpcode() == ISD::DELETED_NODE ||
6042 unsigned Opcode = ISD::DELETED_NODE;
16473 if (N->getOpcode() != ISD::DELETED_NODE)
[all...]
H A DSelectionDAG.cpp721 if (N->getOpcode() == ISD::DELETED_NODE)
792 // Set the opcode to DELETED_NODE to help catch bugs when node
797 N->NodeType = ISD::DELETED_NODE;
898 assert(N->getOpcode() != ISD::DELETED_NODE && "DELETED_NODE in CSEMap!");
H A DSelectionDAGBuilder.cpp3324 ISD::NodeType Opc = ISD::DELETED_NODE;
3373 if (!IsUnaryAbs && Opc != ISD::DELETED_NODE &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2157 unsigned ISD = ISD::DELETED_NODE;
2205 if (ISD != ISD::DELETED_NODE) {
2343 unsigned ISD = ISD::DELETED_NODE;
2360 if (ISD != ISD::DELETED_NODE) {
H A DX86ISelLowering.cpp9212 HOpcode = ISD::DELETED_NODE;
9220 unsigned GenericOpcode = ISD::DELETED_NODE;
9232 if (HOpcode != ISD::DELETED_NODE && Op.getOpcode() != GenericOpcode)
9236 if (HOpcode == ISD::DELETED_NODE) {
[all...]

Completed in 411 milliseconds