Searched defs:ByteProvider (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | ByteProvider.h | 32 ByteProvider(std::optional<ISelOp> Src, int64_t DestOffset, int64_t SrcOffset) in ByteProvider() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | ByteProvider.h | 32 ByteProvider(std::optional<ISelOp> Src, int64_t DestOffset, int64_t SrcOffset) in ByteProvider() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | ByteProvider.h | 32 ByteProvider(std::optional<ISelOp> Src, int64_t DestOffset, int64_t SrcOffset) in ByteProvider() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | ByteProvider.h | 32 ByteProvider(std::optional<ISelOp> Src, int64_t DestOffset, int64_t SrcOffset) in ByteProvider() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 6399 struct ByteProvider { struct 6403 LoadSDNode *Load = nullptr; 6404 unsigned ByteOffset = 0; 6408 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset) { in getMemory() 6412 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0); } in getConstantZero() 6414 bool isConstantZero() const { return !Load; } in isConstantZero() 6415 bool isMemory() const { return Load; } in isMemory() 6417 bool operator==(const ByteProvider &Other) const { in operator ==() 6422 ByteProvider(LoadSDNode *Load, unsigned ByteOffset) in ByteProvider() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 7905 struct ByteProvider { struct 7909 LoadSDNode *Load = nullptr; 7910 unsigned ByteOffset = 0; 7911 unsigned VectorOffset = 0; 7915 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset, in getMemory() 7920 static ByteProvider getConstantZero() { return ByteProvider(nullptr, 0, 0); } in getConstantZero() 7922 bool isConstantZero() const { return !Load; } in isConstantZero() 7923 bool isMemory() const { return Load; } in isMemory() 7925 bool operator==(const ByteProvider &Other) const { in operator ==() 7931 ByteProvider(LoadSDNode *Load, unsigned ByteOffset, unsigned VectorOffset) in ByteProvider() argument
|