HomeSort by relevance Sort by last modified time
    Searched refs:OpN (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 686 SDNode *OpN = Op.getNode();
690 GluedOpN = OpN;
691 assert(OpN->getNodeId() != 0 && "Glue operand not ready?");
692 OpN->setNodeId(0);
693 ScheduleNode(OpN);
697 if (OpN == GluedOpN)
701 DenseMap<SDNode*, SDNode*>::iterator DI = GluedMap.find(OpN);
704 OpN = DI->second;
706 unsigned Degree = OpN->getNodeId();
708 OpN->setNodeId(--Degree)
    [all...]
ScheduleDAGSDNodes.cpp 456 SDNode *OpN = N->getOperand(i).getNode();
457 if (isPassiveNode(OpN)) continue; // Not scheduled.
458 SUnit *OpSU = &SUnits[OpN->getNodeId()];
469 CheckForPhysRegDependency(OpN, N, i, TRI, TII, PhysReg, Cost);
483 if(isChain && OpN->getOpcode() == ISD::TokenFactor)
490 computeOperandLatency(OpN, N, i, Dep);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitSimplify.cpp 178 static bool getUsedBits(unsigned Opc, unsigned OpN, BitVector &Bits,
567 // uses in a register in operand OpN. This only calculates the set of used
574 bool HexagonBitSimplify::getUsedBits(unsigned Opc, unsigned OpN,
580 if (OpN == D.getNumOperands()-1)
592 if (OpN == 1) {
605 if (OpN == 1) {
613 if (OpN == 1) {
623 if (OpN == 1) {
678 if (OpN == 1 || OpN == 2)
    [all...]
RDFGraph.cpp     [all...]
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 418 SDNode *OpN = N->getOperand(i).getNode();
419 if (isPassiveNode(OpN)) continue; // Not scheduled.
420 SUnit *OpSU = &SUnits[OpN->getNodeId()];
431 CheckForPhysRegDependency(OpN, N, i, TRI, TII, PhysReg, Cost);
445 if(isChain && OpN->getOpcode() == ISD::TokenFactor)
451 ComputeOperandLatency(OpN, N, i, const_cast<SDep &>(dep));
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 656 MDNode &OpN = *cast<MDNode>(Op);
657 assert(OpN.isUniqued() &&
659 if (G.Info.insert(std::make_pair(&OpN, Data())).second)
660 return &OpN; // This is a new one. Return it.
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp     [all...]

Completed in 1969 milliseconds