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

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp 62 if (Opd2Info != TTI::OK_UniformValue &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp 62 if (Opd2Info != TTI::OK_UniformValue &&
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 444 OK_UniformValue, // Operand is uniform (splat of a value).
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 666 OK_UniformValue, // Operand is uniform (splat of a value).
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 671 OpInfo = TargetTransformInfo::OK_UniformValue;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 405 (Op2Info == TargetTransformInfo::OK_UniformValue))) {
427 (Op2Info == TargetTransformInfo::OK_UniformValue))) {
585 (Op2Info == TargetTransformInfo::OK_UniformValue))) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 163 milliseconds