Home
last modified time | relevance | path

Searched defs:Term (Results 1 – 25 of 165) sorted by relevance

1234567

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dunion.go23 func NewUnion(terms []*Term) *Union {
31 func (u *Union) Term(i int) *Term { return u.terms[i] } func
37 type Term term type
171 func overlappingTerm(terms []*Term, y *Term) int {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dunion.go22 func NewUnion(terms []*Term) *Union {
30 func (u *Union) Term(i int) *Term { return u.terms[i] } func
36 type Term term type
170 func overlappingTerm(terms []*Term, y *Term) int {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp210 void SIAnnotateControlFlow::openIf(BranchInst *Term) { in openIf()
220 void SIAnnotateControlFlow::insertElse(BranchInst *Term) { in insertElse()
231 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) { in handleLoopCondition()
258 void SIAnnotateControlFlow::handleLoop(BranchInst *Term) { in handleLoop()
334 BranchInst *Term = dyn_cast<BranchInst>(BB->getTerminator()); in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp205 bool SIAnnotateControlFlow::openIf(BranchInst *Term) { in openIf()
216 bool SIAnnotateControlFlow::insertElse(BranchInst *Term) { in insertElse()
228 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) { in handleLoopCondition()
261 bool SIAnnotateControlFlow::handleLoop(BranchInst *Term) { in handleLoop()
348 BranchInst *Term = dyn_cast<BranchInst>(BB->getTerminator()); in runOnFunction() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp215 void SIAnnotateControlFlow::openIf(BranchInst *Term) { in openIf()
225 void SIAnnotateControlFlow::insertElse(BranchInst *Term) { in insertElse()
236 llvm::Loop *L, BranchInst *Term) { in handleLoopCondition()
327 void SIAnnotateControlFlow::handleLoop(BranchInst *Term) { in handleLoop()
386 BranchInst *Term = dyn_cast<BranchInst>((*I)->getTerminator()); in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp558 auto *Term = cast<BranchInst>(Header->getTerminator()); in UnrollLoop() local
717 auto *Term = cast<BranchInst>(Src->getTerminator()); in UnrollLoop() local
808 BranchInst *Term = cast<BranchInst>(Latches[i]->getTerminator()); in UnrollLoop() local
853 Instruction *Term = Iter->getTerminator(); in UnrollLoop() local
877 BranchInst *Term = dyn_cast<BranchInst>(Latch->getTerminator()); in UnrollLoop() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp369 BranchInst *Term = cast<BranchInst>(BB->getTerminator()); in analyzeLoops() local
416 Value *StructurizeCFG::buildCondition(BranchInst *Term, unsigned Idx, in buildCondition()
446 BranchInst *Term = cast<BranchInst>((*PI)->getTerminator()); in gatherPredicates() local
640 TerminatorInst *Term = BB->getTerminator(); in killTerminator() local
957 if (Instruction *Term = I->getEntry()->getTerminator()) in runOnRegion() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp396 BranchInst *Term = cast<BranchInst>(BB->getTerminator()); in analyzeLoops() local
438 Value *StructurizeCFG::buildCondition(BranchInst *Term, unsigned Idx, in buildCondition()
465 BranchInst *Term = cast<BranchInst>(P->getTerminator()); in gatherPredicates() local
664 Instruction *Term = BB->getTerminator(); in killTerminator() local
1027 if (Instruction *Term = E->getEntry()->getTerminator()) in runOnRegion() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp99 auto *Term = BBs[0]->getTerminator(); in performBlockTailMerging() local
126 auto *Term = BB->getTerminator(); in performBlockTailMerging() local
170 auto *Term = BB.getTerminator(); in tailMergeBlocksWithSimilarFunctionTerminators() local
H A DStructurizeCFG.cpp443 BranchInst *Term = cast<BranchInst>(BB->getTerminator()); in analyzeLoops() local
452 Value *StructurizeCFG::buildCondition(BranchInst *Term, unsigned Idx, in buildCondition()
479 BranchInst *Term = cast<BranchInst>(P->getTerminator()); in gatherPredicates() local
794 Instruction *Term = BB->getTerminator(); in killTerminator() local
1160 if (Instruction *Term = E->getEntry()->getTerminator()) in makeUniformRegion() local
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue44330.dir/
Db.go11 type Term struct { struct
12 top *a.Table
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h171 struct Term { struct
175 Term(unsigned CounterID, int Factor) in Term() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir_simplifier.h115 Term(HashProvider& hasher, ExprPtr s, Args... ts) in Term() function
122 Term(HashProvider& hasher, ExprPtr s, std::vector<ExprPtr> v) in Term() function
131 Term( in Term() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp34 VPRecipeBase *Term = VPBB->getTerminator(); in VPInstructionsToVPRecipes() local
487 static bool canSimplifyBranchOnCond(VPInstruction *Term) { in canSimplifyBranchOnCond()
503 auto *Term = dyn_cast<VPInstruction>(&ExitingVPBB->back()); in optimizeForVFAndUF() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h179 struct Term { struct
183 Term(unsigned CounterID, int Factor) in Term() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp616 static void updateBranchWeights(Instruction *Term, WeightInfo &Info) { in updateBranchWeights()
633 Instruction *Term = ExitingBlock->getTerminator(); in initBranchWeights() local
673 static void fixupBranchWeights(Instruction *Term, const WeightInfo &Info) { in fixupBranchWeights()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/Coverage/
DCoverageMapping.h188 struct Term { struct
192 Term(unsigned CounterID, int Factor) in Term() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/Coverage/
DCoverageMapping.h188 struct Term { struct
192 Term(unsigned CounterID, int Factor) in Term() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/Coverage/
DCoverageMapping.h188 struct Term { struct
192 Term(unsigned CounterID, int Factor) in Term() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/Coverage/
DCoverageMapping.h188 struct Term { struct
192 Term(unsigned CounterID, int Factor) in Term() function
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp428 for (MachineBasicBlock::iterator Term = FirstTerm; in LowerPHINode() local
488 for (MachineBasicBlock::iterator Term = FirstTerm; in LowerPHINode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPHIElimination.cpp444 for (MachineBasicBlock::iterator Term = FirstTerm; in LowerPHINode() local
504 for (MachineBasicBlock::iterator Term = FirstTerm; in LowerPHINode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DPHIElimination.cpp530 for (MachineBasicBlock::iterator Term = InsertPos; Term != opBlock.end(); in LowerPHINode() local
588 for (MachineBasicBlock::iterator Term = InsertPos; in LowerPHINode() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp511 BranchInst *Term = cast<BranchInst>(Latches[i]->getTerminator()); in UnrollLoop() local
584 BranchInst *Term = cast<BranchInst>(Latch->getTerminator()); in UnrollLoop() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1298 static bool isLoop(const Stmt *Term) { in isLoop()
1319 static bool isLoopJumpPastBody(const Stmt *Term, const BlockEdge *BE) { in isLoopJumpPastBody()
1336 static const Stmt *getStmtBeforeCond(ParentMap &PM, const Stmt *Term, in getStmtBeforeCond()
1350 static bool isInLoopBody(ParentMap &PM, const Stmt *S, const Stmt *Term) { in isInLoopBody()
1518 if (const Stmt *Term = BSrc->getTerminator()) { in GenerateExtensivePathDiagnostic() local
1810 if (const Stmt *Term = BSrc->getTerminator()) { in GenerateAlternateExtensivePathDiagnostic() local

1234567