Searched refs:RelocatableTuple (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceOperand.h | 345 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()
|
D | IceGlobalContext.cpp | 46 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()
|
D | IceOperand.cpp | 31 bool operator==(const RelocatableTuple &A, const RelocatableTuple &B) { in operator ==()
|
D | IceASanInstrumentation.cpp | 404 RelocatableTuple(Reloc->getOffset(), RelocOffsetArray(0), in instrumentReloc()
|