HomeSort by relevance Sort by last modified time
    Searched refs:InVal (Results 26 - 33 of 33) sorted by null

12

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 814 LatticeVal InVal = getValueState(Val);
815 mergeInValue(getStructValueState(&IVI, i), &IVI, InVal);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 494 Value *InVal = PN->removeIncomingValue(BB, false);
496 // Two options: either the InVal is a phi node defined in BB or it is some
498 PHINode *InValPhi = dyn_cast<PHINode>(InVal);
509 PN->addIncoming(InVal, BBPN->getIncomingBlock(i));
512 PN->addIncoming(InVal, *PI);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 353 milliseconds

12