Home
last modified time | relevance | path

Searched refs:OP_PowerOf2 (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp552 OpProps = OP_PowerOf2; in getOperandInfo()
573 OpProps = OP_PowerOf2; in getOperandInfo()
575 OpProps = OP_PowerOf2; in getOperandInfo()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp385 Opd2PropInfo == TargetTransformInfo::OP_PowerOf2) { in getArithmeticInstrCost()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h450 enum OperandValueProperties { OP_None = 0, OP_PowerOf2 = 1 }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp511 Opd2PropInfo == TargetTransformInfo::OP_PowerOf2) { in getArithmeticInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h801 enum OperandValueProperties { OP_None = 0, OP_PowerOf2 = 1 }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1145 OpPropsBW = isPowerOf2_32(RetTy->getScalarSizeInBits()) ? TTI::OP_PowerOf2
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp100 Opd2PropInfo == TargetTransformInfo::OP_PowerOf2) { in getArithmeticInstrCost()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5881 Op2VP = TargetTransformInfo::OP_PowerOf2; in getInstructionCost()
5889 Op2VP = TargetTransformInfo::OP_PowerOf2; in getInstructionCost()
DSLPVectorizer.cpp1657 Op2VP = TargetTransformInfo::OP_PowerOf2; in getEntryCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3417 TargetTransformInfo::OP_PowerOf2; in getEntryCost()
3434 if (Op2VP == TargetTransformInfo::OP_PowerOf2 && in getEntryCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp252 Opd2PropInfo == TargetTransformInfo::OP_PowerOf2) { in getArithmeticInstrCost()