Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp293 bool HasBaseReg = BaseReg.getReg() != 0; in PrintLeaMemReference() local
360 bool HasBaseReg = BaseReg.getReg() != 0; in PrintIntelMemReference() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp347 bool HasBaseReg = false; member
1633 bool HasBaseReg, int64_t Scale, in isAMCompletelyFolded()
1688 bool HasBaseReg, int64_t Scale) { in isAMCompletelyFolded()
1725 int64_t BaseOffset, bool HasBaseReg, int64_t Scale) { in isLegalUse()
1800 bool HasBaseReg) { in isAlwaysFoldable()
1823 bool HasBaseReg) { in isAlwaysFoldable()
2524 bool HasBaseReg, LSRUse::KindType Kind, in reconcileNewOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h274 int64_t BaseOffset, bool HasBaseReg, in getScalingFactorCost()
865 bool HasBaseReg = (BaseGV == nullptr); variable
H A DTargetTransformInfo.h1850 bool HasBaseReg, int64_t Scale, unsigned AddrSpace, in isLegalAddressingMode()
1910 int64_t BaseOffset, bool HasBaseReg, in getScalingFactorCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp339 bool HasBaseReg, int64_t Scale, in isLegalAddressingMode()
426 Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, in getScalingFactorCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h334 int64_t BaseOffset, bool HasBaseReg, in getScalingFactorCost()
H A DTargetLowering.h2332 bool HasBaseReg = false; member