Searched defs:HasBaseReg (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp362 bool HasBaseReg = false; member in struct:__anon3490::Formula
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp380 bool HasBaseReg = BaseReg.getReg() != 0; local
478 bool HasBaseReg = BaseReg.getReg() != 0; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp354 isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace, Instruction *I) const argument
468 getScalingFactorCost( Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) const argument
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h968 bool HasBaseReg = (BaseGV == nullptr); local
209 isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace, Instruction *I = nullptr) const argument
303 getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) const argument
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h328 isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace, Instruction *I = nullptr) argument
383 getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3385 getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) const argument

Completed in 214 milliseconds