Home
last modified time | relevance | path

Searched defs:ExtAddrMode (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DAddrModeMatcher.h36 struct ExtAddrMode : public TargetLowering::AddrMode { struct
39 ExtAddrMode() : BaseReg(0), ScaledReg(0) {} in ExtAddrMode() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1903 struct ExtAddrMode : public TargetLowering::AddrMode { struct
1904 Value *BaseReg = nullptr;
1905 Value *ScaledReg = nullptr;
1906 Value *OriginalValue = nullptr;
1908 enum FieldName {
1923 FieldName compare(const ExtAddrMode &other) { in compare()
1959 bool isTrivial() { in isTrivial()
1967 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) { in GetFieldAsValue()
1982 void SetCombinedField(FieldName Field, Value *V, in SetCombinedField()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2083 struct ExtAddrMode : public TargetLowering::AddrMode { struct
2084 Value *BaseReg;
2085 Value *ScaledReg;
2086 ExtAddrMode() : BaseReg(nullptr), ScaledReg(nullptr) {} in ExtAddrMode() argument
2090 bool operator==(const ExtAddrMode& O) const { in operator ==()