Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetInstrInfo.h91 struct ExtAddrMode { struct
103 ExtAddrMode() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetInstrInfo.h92 struct ExtAddrMode { struct
104 ExtAddrMode() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetInstrInfo.h91 struct ExtAddrMode { struct
103 ExtAddrMode() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetInstrInfo.h91 struct ExtAddrMode { struct
103 ExtAddrMode() = default; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h87 struct ExtAddrMode { struct
88 Register BaseReg;
89 Register ScaledReg;
90 int64_t Scale;
91 int64_t Displacement;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2179 struct ExtAddrMode : public TargetLowering::AddrMode { struct
2180 Value *BaseReg = nullptr;
2181 Value *ScaledReg = nullptr;
2182 Value *OriginalValue = nullptr;
2183 bool InBounds = true;
2185 enum FieldName {
2201 FieldName compare(const ExtAddrMode &other) { in compare()
2241 bool isTrivial() { in isTrivial()
2249 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) { in GetFieldAsValue()
2264 void SetCombinedField(FieldName Field, Value *V, in SetCombinedField()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2554 struct ExtAddrMode : public TargetLowering::AddrMode { struct
2555 Value *BaseReg = nullptr;
2556 Value *ScaledReg = nullptr;
2557 Value *OriginalValue = nullptr;
2558 bool InBounds = true;
2560 enum FieldName {
2575 FieldName compare(const ExtAddrMode &other) { in compare()
2614 bool isTrivial() { in isTrivial()
2622 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) { in GetFieldAsValue()
2637 void SetCombinedField(FieldName Field, Value *V, in SetCombinedField()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2083 struct ExtAddrMode : public TargetLowering::AddrMode { struct
2084 Value *BaseReg;
2085 Value *ScaledReg;
2086 ExtAddrMode() : BaseReg(nullptr), ScaledReg(nullptr) {} in ExtAddrMode() function
2090 bool operator==(const ExtAddrMode& O) const { in operator ==()