Searched defs:OpN (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | MatchContext.h | 32 return Opcode == OpN->getOpcode(); in match() argument
|
H A D | ScheduleDAGFast.cpp | 688 SDNode *OpN = Op.getNode(); in ScheduleNode() local [all...] |
H A D | ScheduleDAGSDNodes.cpp | 478 SDNode *OpN = N->getOperand(i).getNode(); in AddSchedEdges() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 1287 MachineOperand &Op = In.getOperand(OpN); in buildStmt() local 1315 for (unsigned OpN = 0; OpN < NumOps; ++OpN) { buildStmt() local 1334 for (unsigned OpN = 0; OpN < NumOps; ++OpN) { buildStmt() local 1363 for (unsigned OpN = 0; OpN < NumOps; ++OpN) { buildStmt() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 651 bool HexagonBitSimplify::getUsedBits(unsigned Opc, unsigned OpN, in getUsedBits() argument 1109 isLossyShiftLeft(const MachineInstr & MI,unsigned OpN,unsigned & LostB,unsigned & LostE) isLossyShiftLeft() argument 1169 isLossyShiftRight(const MachineInstr & MI,unsigned OpN,unsigned & LostB,unsigned & LostE) isLossyShiftRight() argument 1279 computeUsedBits(const MachineInstr & MI,unsigned OpN,BitVector & Bits,uint16_t Begin) computeUsedBits() argument [all...] |
H A D | HexagonISelDAGToDAGHVX.cpp | 648 unsigned OpN = 0; global() member [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 482 auto OpN = operand.getAs<NonLoc>(); evalUnaryOp() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 770 assert(OpN.isUniqued() && in visitOperands() local
|