Home
last modified time | relevance | path

Searched defs:LB (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project/clang/test/CodeGen/X86/
H A Dsse42-builtins.c11 test_mm_cmpestra(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestra() argument
17 test_mm_cmpestrc(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestrc() argument
23 test_mm_cmpestri(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestri() argument
29 test_mm_cmpestrm(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestrm() argument
35 test_mm_cmpestro(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestro() argument
41 test_mm_cmpestrs(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestrs() argument
47 test_mm_cmpestrz(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestrz() argument
[all...]
/llvm-project/clang/test/CodeGen/
H A Dattr-target-crc32-x86.c43 int __attribute__((target("sse4.2,no-crc32,crc32"))) test6(__m128i A, int LA, __m128i B, int LB) { in test6()
49 int __attribute__((target("no-crc32,crc32,sse4.2"))) test7(__m128i A, int LA, __m128i B, int LB) { in test7()
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddebug-types-line-tables.s126 .LB: label
/llvm-project/polly/lib/CodeGen/
H A DLoopGeneratorsGOMP.cpp146 Value *LB = Builder.CreateLoad(LongType, LBPtr, "polly.par.LB"); in createSubFn() local
22 createCallSpawnThreads(Value * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) createCallSpawnThreads() argument
53 deployParallelExecution(Function * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) deployParallelExecution() argument
H A DLoopGeneratorsKMP.cpp22 createCallSpawnThreads(Value * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) createCallSpawnThreads() argument
66 deployParallelExecution(Function * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) deployParallelExecution() argument
170 Value *LB = &*AI; createSubFn() local
425 createCallDispatchInit(Value * GlobalThreadID,Value * LB,Value * UB,Value * Inc,Value * ChunkSize) createCallDispatchInit() argument
[all...]
H A DLoopGenerators.cpp83 createLoop(Value * LB,Value * UB,Value * Stride,PollyIRBuilder & Builder,LoopInfo & LI,DominatorTree & DT,BasicBlock * & ExitBB,ICmpInst::Predicate Predicate,ScopAnnotator * Annotator,bool Parallel,bool UseGuard,bool LoopVectDisabled) createLoop() argument
177 createParallelLoop(Value * LB,Value * UB,Value * Stride,SetVector<Value * > & UsedValues,ValueMapT & Map,BasicBlock::iterator * LoopBody) createParallelLoop() argument
/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h1718 _mm_cmpestrm(A,LA,B,LB,M) global() argument
1777 _mm_cmpestri(A,LA,B,LB,M) global() argument
2080 _mm_cmpestra(A,LA,B,LB,M) global() argument
2134 _mm_cmpestrc(A,LA,B,LB,M) global() argument
2187 _mm_cmpestro(A,LA,B,LB,M) global() argument
2242 _mm_cmpestrs(A,LA,B,LB,M) global() argument
2296 _mm_cmpestrz(A,LA,B,LB,M) global() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp126 MachineBasicBlock *HB = L->getHeader(), *LB = L->getLoopLatch(); findLoopPreheader() local
H A DSpillPlacement.cpp261 for (const BlockConstraint &LB : LiveBlocks) { addConstraints() local
H A DMachineTraceMetrics.cpp463 LoopBounds &LB; global() member in llvm::po_iterator_storage
/llvm-project/openmp/runtime/test/tasking/
H A Dkmp_taskloop_5.c11 #define LB 0 macro
/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h311 return (LB.getLoop() && getLoop() == LB.getLoop()) || in belongsToSameLoop() argument
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp351 if (auto *LB = dyn_cast<DILexicalBlockBase>(this)) in getScope() local
458 auto *LB = ConstantAsMetadata::get( in getImpl() local
467 auto *LB = ConstantAsMetadata::get( in getImpl() local
474 Metadata *LB, Metadata *UB, Metadata *Stride, in getImpl() argument
503 Metadata *LB in getLowerBound() local
570 getImpl(LLVMContext & Context,Metadata * CountNode,Metadata * LB,Metadata * UB,Metadata * Stride,StorageType Storage,bool ShouldCreate) getImpl() argument
597 Metadata *LB = getRawLowerBound(); getLowerBound() local
[all...]
H A DDIBuilder.cpp714 auto *LB = ConstantAsMetadata::get( getOrCreateSubrange() local
722 auto *LB = ConstantAsMetadata::get( getOrCreateSubrange() local
727 getOrCreateSubrange(Metadata * CountNode,Metadata * LB,Metadata * UB,Metadata * Stride) getOrCreateSubrange() argument
733 getOrCreateGenericSubrange(DIGenericSubrange::BoundType CountNode,DIGenericSubrange::BoundType LB,DIGenericSubrange::BoundType UB,DIGenericSubrange::BoundType Stride) getOrCreateGenericSubrange() argument
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1005 if (auto LB = Subrange->getLowerBound()) dependencies() local
1018 if (auto LB = GenericSubrange->getLowerBound()) dependencies() local
1722 getLexicalBlockDIE(const DILexicalBlock * LB) getLexicalBlockDIE() argument
/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp355 if (LB.getLoop()) { in getLoopEnterBlocks() argument
366 if (LB.getLoop()) { in getLoopExitBlocks() argument
[all...]
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h43 enum class BoundType { EQ, LB, UB }; enumerator
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp821 BasicBlock *LB = recalculatePlacement(Node, NCM, Loc); recalculatePlacementRec() local
845 BasicBlock *LB = L->getLoopLatch(); isInMainPath() local
H A DHexagonBitSimplify.cpp1286 unsigned LB, LE; in computeUsedBits() local
2945 MachineBasicBlock *LB, *PB, *EB; member
2957 MachineBasicBlock *LB, *PB; // Loop Block, Preheader Block member
3102 moveGroup(InstrGroup & G,MachineBasicBlock & LB,MachineBasicBlock & PB,MachineBasicBlock::iterator At,unsigned OldPhiR,unsigned NewPredR) moveGroup() argument
[all...]
/llvm-project/clang/lib/AST/
H A DStmt.cpp367 CompoundStmt(ArrayRef<Stmt * > Stmts,FPOptionsOverride FPFeatures,SourceLocation LB,SourceLocation RB) CompoundStmt() argument
385 Create(const ASTContext & C,ArrayRef<Stmt * > Stmts,FPOptionsOverride FPFeatures,SourceLocation LB,SourceLocation RB) Create() argument
H A DComputeDependence.cpp455 if (auto *LB = E->getLowerBound()) computeDependence() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1006 unsigned LB = getScoreLB(T); print() local
1062 const unsigned LB = getScoreLB(T); determineWait() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h914 llvm::Value *LB = nullptr; global() member
[all...]
H A DCGStmtOpenMP.cpp3122 LValue LB = emitDistributeParallelForInnerBounds() local
3164 emitDistributeParallelForDispatchBounds(CodeGenFunction & CGF,const OMPExecutableDirective & S,Address LB,Address UB) emitDistributeParallelForDispatchBounds() argument
3183 LValue LB = emitDistributeParallelForDistributeInnerBoundParams() local
3346 LValue LB = Bounds.first; EmitOMPWorksharingLoop() local
3538 LValue LB = emitForLoopBounds() local
3551 emitDispatchForLoopBounds(CodeGenFunction & CGF,const OMPExecutableDirective & S,Address LB,Address UB) emitDispatchForLoopBounds() argument
4013 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", EmitSections() local
5680 LValue LB = EmitOMPHelperVar( EmitOMPDistributeLoop() local
[all...]

12