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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitSimplify.cpp     [all...]
HexagonSplitDouble.cpp 611 MachineOperand &ValOp = Load ? MI->getOperand(0)
614 UUPairMap::const_iterator F = PairMap.find(ValOp.getReg());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 756 Value *ValOp = SI.getValueOperand();
757 if (ValOp == *U)
763 uint64_t Size = DL.getTypeStoreSize(ValOp->getType());
781 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) &&
783 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile());
    [all...]

Completed in 145 milliseconds