Home
last modified time | relevance | path

Searched refs:makeI64RegPair (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp4838 Variable *Tmp = (Ty == IceType_i64) ? makeI64RegPair() : makeReg(Ty); in lowerLoadLinkedStoreExclusive()
4945 auto *ResultR = makeI64RegPair(); in lowerInt64AtomicRMW()
5056 T = makeI64RegPair(); in lowerIntrinsicCall()
5080 auto *ValueR = makeI64RegPair(); in lowerIntrinsicCall()
5132 auto *New = makeI64RegPair(); in lowerIntrinsicCall()
5136 auto *Expected = makeI64RegPair(); in lowerIntrinsicCall()
6597 Variable64On32 *TargetARM32::makeI64RegPair() { in makeI64RegPair() function in Ice::ARM32::TargetARM32
DIceTargetLoweringARM32.h304 Variable64On32 *makeI64RegPair();