Home
last modified time | relevance | path

Searched defs:EB (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h156 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()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dregister_benchmark_test.cc140 auto EB = ExpectedResults.begin(); in RunTestOne() local
169 auto EB = ExpectedResults.begin(); in RunTestTwo() local
H A Dskip_with_error_test.cc179 auto EB = ExpectedResults.begin(); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dregister_benchmark_test.cc138 auto EB = ExpectedResults.begin(); in RunTestOne() local
167 auto EB = ExpectedResults.begin(); in RunTestTwo() local
H A Dskip_with_error_test.cc182 auto EB = ExpectedResults.begin(); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp93 for (StructType::element_iterator EB = STy->element_begin(), in ComputeValueVTs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp871 [SuccBB](BasicBlock *EB) { return EB == SuccBB; }) || in UnrollRuntimeLoopRemainder()
H A DLoopUtils.cpp822 if (any_of(ExitBlocks, [](const BasicBlock *EB) { in getExpectedExitLoopLatchBranch()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconv.d1265 enum EB : bool { a = true } enum
2602 enum EB : bool { a = true, b = false, c = a } enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1997 Optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1() local
2002 Optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp979 const Expr *EA = A.ConstraintExpr, *EB = B.ConstraintExpr; in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() local
H A DSemaOverload.cpp9906 if (auto *EB = dyn_cast<EnumConstantDecl>(VB)) { in isEquivalentInternalLinkageDeclaration() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1639 B->instr_begin(), EB = B->instr_end(); I != EB; ++I) { in prescanForConstants() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2919 MachineBasicBlock *LB, *PB, *EB; member
3350 MachineBasicBlock *EB = nullptr; in runOnMachineFunction() local
H A DHexagonLoopIdiomRecognition.cpp2378 auto DominatedByBB = [this,BB] (BasicBlock *EB) -> bool { in runOnLoopBlock()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_execbuffer.c288 #define exec_entry(EB, VMA) (&(EB)->exec[(VMA)->exec_flags - (EB)->flags]) argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1673 for (auto EB = Entries.begin(), EI = EB, EE = Entries.end(); EI != EE; ++EI) { in buildLocationList() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1795 fp::ExceptionBehavior EB = FPI.getExceptionBehavior().getValue(); in translateConstrainedFPIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7183 auto pushOutChain = [this](SDValue Result, fp::ExceptionBehavior EB) { in visitConstrainedFPIntrinsic()
7210 fp::ExceptionBehavior EB = FPI.getExceptionBehavior().getValue(); in visitConstrainedFPIntrinsic() local