Home
last modified time | relevance | path

Searched refs:CompareUsingScalarTypes (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DInstruction.h447 CompareUsingScalarTypes = 1<<1
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DInstruction.h489 CompareUsingScalarTypes = 1<<1 enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstruction.h649 CompareUsingScalarTypes = 1<<1
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DInstruction.h754 CompareUsingScalarTypes = 1<<1
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DInstruction.h855 CompareUsingScalarTypes = 1<<1
/aosp_15_r20/external/llvm/lib/IR/
H A DInstruction.cpp437 bool UseScalarTypes = flags & CompareUsingScalarTypes; in isSameOperationAs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DInstruction.h870 CompareUsingScalarTypes = 1<<1
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DInstruction.h881 CompareUsingScalarTypes = 1<<1
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DInstruction.h870 CompareUsingScalarTypes = 1<<1
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstruction.cpp475 bool UseScalarTypes = flags & CompareUsingScalarTypes; in isSameOperationAs()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstruction.cpp587 bool UseScalarTypes = flags & CompareUsingScalarTypes; in isSameOperationAs()
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp975 (NonPow2Len ? Instruction::CompareUsingScalarTypes : 0))) in areInstsCompatible()