Home
last modified time | relevance | path

Searched refs:lowerIndirectJump (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632.h63 void lowerIndirectJump(Variable *JumpTarget);
DIceTargetLoweringX8664.h66 void lowerIndirectJump(Variable *JumpTarget);
DIceTargetLoweringX8632.cpp296 void TargetX8632::lowerIndirectJump(Variable *JumpTarget) { in lowerIndirectJump() function in Ice::X8632::TargetX8632
407 lowerIndirectJump(T_ecx); in emitSandboxedReturn()
DIceTargetLoweringX8664.cpp614 void TargetX8664::lowerIndirectJump(Variable *JumpTarget) { in lowerIndirectJump() function in Ice::X8664::TargetX8664
DIceTargetLoweringX86Base.h344 void lowerIndirectJump(Variable *JumpTarget) { in lowerIndirectJump() function
347 dispatchToConcrete(&Traits::ConcreteTarget::lowerIndirectJump, in lowerIndirectJump()
DIceTargetLoweringX86BaseImpl.h7069 lowerIndirectJump(Target);