HomeSort by relevance Sort by last modified time
    Searched refs:GetIP (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632.cpp 239 // be slightly faster to search for the GetIP instruction before other prolog
242 Traits::Insts::GetIP *GetIPInst = nullptr;
245 if (auto *GetIP = llvm::dyn_cast<Traits::Insts::GetIP>(&Instr)) {
247 GetIPInst = GetIP;
278 Context.insert<Traits::Insts::GetIP>(CallDest);
318 Context.insert<Traits::Insts::GetIP>(RebasePtr);
IceInstX86Base.h 104 GetIP,
300 return InstX86Base::isClassof(Instr, InstX86Base::GetIP);
    [all...]
IceInstX86BaseImpl.h 62 : InstX86Base(Func, InstX86Base::GetIP, 0, Dest) {}
452 Str << " = call getIP";
    [all...]

Completed in 1152 milliseconds