Home
last modified time | relevance | path

Searched refs:EL0 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h92 enum ExceptionLevel { EL0 = 0, EL1 = 1, EL2 = 2, EL3 = 3 }; enumerator
DEmulateInstructionARM64.cpp495 when EL0, EL1 in BranchTo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp7948 ExitLimit EL0 = computeExitLimitFromCondCached(Cache, L, Op0, ExitIfTrue, in computeExitLimitFromCondFromBinOp() local
7958 return Op1 == NeutralElement ? EL0 : EL1; in computeExitLimitFromCondFromBinOp()
7960 return Op0 == NeutralElement ? EL1 : EL0; in computeExitLimitFromCondFromBinOp()
7981 PoisonSafe = isa<SCEVConstant>(EL0.ExactNotTaken) || in computeExitLimitFromCondFromBinOp()
7983 if (EL0.ExactNotTaken != getCouldNotCompute() && in computeExitLimitFromCondFromBinOp()
7986 getUMinFromMismatchedTypes(EL0.ExactNotTaken, EL1.ExactNotTaken); in computeExitLimitFromCondFromBinOp()
7990 assert(!isa<BinaryOperator>(ExitCond) || !EL0.ExactNotTaken->isZero() || in computeExitLimitFromCondFromBinOp()
7993 if (EL0.MaxNotTaken == getCouldNotCompute()) in computeExitLimitFromCondFromBinOp()
7996 MaxBECount = EL0.MaxNotTaken; in computeExitLimitFromCondFromBinOp()
7998 MaxBECount = getUMinFromMismatchedTypes(EL0.MaxNotTaken, EL1.MaxNotTaken); in computeExitLimitFromCondFromBinOp()
[all …]