/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 156 static bool classof(const Expression *EB) { in classof() 280 static bool classof(const Expression *EB) { in classof() 314 static bool classof(const Expression *EB) { in classof() 346 static bool classof(const Expression *EB) { in classof() 385 static bool classof(const Expression *EB) { in classof() 427 static bool classof(const Expression *EB) { in classof() 517 static bool classof(const Expression *EB) { in classof() 562 static bool classof(const Expression *EB) { in classof() 599 static bool classof(const Expression *EB) { in classof() 635 static bool classof(const Expression *EB) { in classof()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | FPEnv.h | 65 inline bool isDefaultFPEnvironment(fp::ExceptionBehavior EB, RoundingMode RM) { in isDefaultFPEnvironment() 83 inline bool canIgnoreSNaN(fp::ExceptionBehavior EB, FastMathFlags FMF) { in canIgnoreSNaN()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1910 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in mayFoldConstrained() local 2172 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1() local 2177 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 90 for (StructType::element_iterator EB = STy->element_begin(), in ComputeValueVTs() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LoopPeel.cpp | 465 return any_of(ExitBlocks, [](const BasicBlock *EB) { in violatesLegacyMultiExitLoopCheck()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 1637 EB = B.instr_end(); in prescanForConstants() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 2944 MachineBasicBlock *LB, *PB, *EB; member 3372 MachineBasicBlock *EB = nullptr; in runOnMachineFunction() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 2371 auto DominatedByBB = [this,BB] (BasicBlock *EB) -> bool { in runOnLoopBlock()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 1443 const Expr *EA = A.ConstraintExpr, *EB = B.ConstraintExpr; in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() local
|
H A D | SemaOverload.cpp | 10197 if (auto *EB = dyn_cast<EnumConstantDecl>(VB)) { in isEquivalentInternalLinkageDeclaration() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1682 for (auto EB = Entries.begin(), EI = EB, EE = Entries.end(); EI != EE; ++EI) { in buildLocationList() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1861 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior(); in translateConstrainedFPIntrinsic() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 7351 auto pushOutChain = [this](SDValue Result, fp::ExceptionBehavior EB) { in visitConstrainedFPIntrinsic() 7380 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior(); in visitConstrainedFPIntrinsic() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 8739 VPBasicBlock *EB = TopRegion->getExitingBasicBlock(); in addCanonicalIVRecipes() local
|