Home
last modified time | relevance | path

Searched defs:HasBaseReg (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86AsmPrinter.cpp290 bool HasBaseReg = BaseReg.getReg() != 0; in PrintLeaMemReference() local
357 bool HasBaseReg = BaseReg.getReg() != 0; in PrintIntelMemReference() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp332 bool HasBaseReg = false; member
1632 bool HasBaseReg, int64_t Scale, in isAMCompletelyFolded()
1687 bool HasBaseReg, int64_t Scale) { in isAMCompletelyFolded()
1724 int64_t BaseOffset, bool HasBaseReg, int64_t Scale) { in isLegalUse()
1799 bool HasBaseReg) { in isAlwaysFoldable()
1822 bool HasBaseReg) { in isAlwaysFoldable()
2520 bool HasBaseReg, LSRUse::KindType Kind, in reconcileNewOffset()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h294 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) { in getScalingFactorCost()
755 bool HasBaseReg = (BaseGV == nullptr); in getGEPCost() local
HDTargetTransformInfo.h1503 bool HasBaseReg, int64_t Scale, in isLegalAddressingMode()
1562 bool HasBaseReg, int64_t Scale, in getScalingFactorCost()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp268 bool HasBaseReg, in isLegalAddressingMode()
351 bool HasBaseReg, in getScalingFactorCost()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h265 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) { in getScalingFactorCost()
HDTargetLowering.h2170 bool HasBaseReg = false; member