/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 105 struct BitTracker::BitValue { struct 106 enum ValueType { 144 BitValue(ValueType T = Top) : Type(T) {} in Type() argument 145 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue() argument 146 BitValue(unsigned Reg, uint16_t Pos) : Type(Ref), RefI(Reg, Pos) {} in BitValue() function 178 bool meet(const BitValue &V, const BitRef &Self) { in meet() argument 214 friend raw_ostream &operator<<(raw_ostream &OS, const BitValue &BV); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 155 struct BitTracker::BitValue { struct 156 enum ValueType { 194 BitValue(ValueType T = Top) : Type(T) {} in Type() argument 195 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue() function 196 BitValue(unsigned Reg, uint16_t Pos) : Type(Ref), RefI(Reg, Pos) {} in BitValue() function 229 bool meet(const BitValue &V, const BitRef &Self) { in meet() argument 266 friend raw_ostream &operator<<(raw_ostream &OS, const BitValue &BV); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 154 struct BitTracker::BitValue { struct 155 enum ValueType { 193 BitValue(ValueType T = Top) : Type(T) {} in Type() argument 194 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue() function 195 BitValue(unsigned Reg, uint16_t Pos) : Type(Ref), RefI(Reg, Pos) {} in BitValue() argument 228 bool meet(const BitValue &V, const BitRef &Self) { in meet() argument 265 friend raw_ostream &operator<<(raw_ostream &OS, const BitValue &BV); argument
|
/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/ |
D | guest_map_shadow.h | 30 enum BitValue { enum
|
/aosp_15_r20/external/llvm/docs/ |
H A D | YamlIO.rst | 341 BitValue section in Scalars
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | APInt.h | 1315 void setBitVal(unsigned BitPosition, bool BitValue) { in setBitVal()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1321 void setBitVal(unsigned BitPosition, bool BitValue) { in setBitVal()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | APInt.h | 1321 void setBitVal(unsigned BitPosition, bool BitValue) { in setBitVal()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | APInt.h | 1315 void setBitVal(unsigned BitPosition, bool BitValue) { in setBitVal()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | APInt.h | 1315 void setBitVal(unsigned BitPosition, bool BitValue) { in setBitVal()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 2448 bool BitValue = !V.isUndef() && cast<ConstantSDNode>(V)->getZExtValue(); in lowerBUILD_VECTOR() local
|