Home
last modified time | relevance | path

Searched refs:RelocatableTuple (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceOperand.h345 class RelocatableTuple {
346 RelocatableTuple() = delete;
347 RelocatableTuple &operator=(const RelocatableTuple &) = delete;
350 RelocatableTuple(const RelocOffsetT Offset, in RelocatableTuple() function
354 RelocatableTuple(const RelocOffsetT Offset, in RelocatableTuple() function
360 RelocatableTuple(const RelocatableTuple &) = default;
368 bool operator==(const RelocatableTuple &A, const RelocatableTuple &B);
380 const RelocatableTuple &Tuple) { in create()
DIceGlobalContext.cpp46 template <> struct hash<Ice::RelocatableTuple> {
47 size_t operator()(const Ice::RelocatableTuple &Key) const { in operator ()()
71 std::is_same<KeyType, RelocatableTuple>::value>::type> {
212 TypePool<IceType_i32, RelocatableTuple, ConstantRelocatable> Relocatables;
213 TypePool<IceType_i32, RelocatableTuple, ConstantRelocatable>
723 this, RelocatableTuple(Offset, OffsetExpr, Name, EmitString)); in getConstantSymWithEmitString()
735 this, RelocatableTuple(Offset, {}, Name)); in getConstantExternSym()
DIceOperand.cpp31 bool operator==(const RelocatableTuple &A, const RelocatableTuple &B) { in operator ==()
DIceASanInstrumentation.cpp404 RelocatableTuple(Reloc->getOffset(), RelocOffsetArray(0), in instrumentReloc()