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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 284 OK_AnyValue, // Operand can have any value.
304 OperandValueKind Opd1Info = OK_AnyValue,
305 OperandValueKind Opd2Info = OK_AnyValue) const;
  /external/llvm/lib/Analysis/
CostModel.cpp 93 TargetTransformInfo::OK_AnyValue;
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 130 OperandValueKind Op1Info = OK_AnyValue,
131 OperandValueKind Op2Info = OK_AnyValue) const;
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 214 milliseconds