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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 334 OK_UniformConstantValue, // Operand is uniform constant.
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 198 if (Op2Info == TargetTransformInfo::OK_UniformConstantValue &&
243 (Op2Info == TargetTransformInfo::OK_UniformConstantValue ||
279 if (Op2Info == TargetTransformInfo::OK_UniformConstantValue &&
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 131 OpInfo = TargetTransformInfo::OK_UniformConstantValue;
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 569 Op2Info == TargetTransformInfo::OK_UniformConstantValue)
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
BBVectorize.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 534 milliseconds