Home
last modified time | relevance | path

Searched defs:Exit (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMergeRegionExitTargets.cpp176 for (auto Exit : SortedExits) { in runOnConvergenceRegionNoRecurse() local
195 for (auto Exit : CR->Exits) in runOnConvergenceRegionNoRecurse() local
226 for (auto *Exit : CR->Exits) { in validateRegionExits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerUnreachable.cpp141 InlineAsm *Exit = InlineAsm::get(ExitFTy, "exit;", "", true); in runOnFunction() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h56 Exit, // The status represents the return code from normal enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp110 [[noreturn]] void Process::Exit(int RetCode, bool NoCleanup) { in Exit() function in Process
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp162 for (const auto &Exit : Exits) { in dump() local
276 for (auto *Exit : LoopExits) { in analyze() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp23 BasicBlock *TileInfo::CreateLoop(BasicBlock *Preheader, BasicBlock *Exit, in CreateLoop()
H A DLoopRotationUtils.cpp246 BasicBlock *Exit = BI->getSuccessor(1); in canRotateDeoptimizingLatchExit() local
520 BasicBlock *Exit = BI->getSuccessor(0); in rotateLoop() local
/freebsd/contrib/bearssl/T0/
H A DCPU.cs78 internal void Exit() in Exit() method in CPU
/freebsd/libexec/rbootd/
H A Drbootd.c353 Exit(int sig) in Exit() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp116 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegionInfo.cpp37 MachineRegion::MachineRegion(MachineBasicBlock *Entry, MachineBasicBlock *Exit, in MachineRegion()
H A DMachineLoopUtils.cpp34 MachineBasicBlock *Exit = *Loop->succ_begin(); in PeelSingleBlockLoop() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSpillPlacement.h93 BorderConstraint Exit : 8; ///< Constraint on block exit. member
/freebsd/contrib/ntp/adjtimed/
H A Dadjtimed.c484 Exit(status) in Exit() function
/freebsd/contrib/telnet/telnet/
H A Dutilities.c894 Exit(int returnCode) in Exit() function
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c853 Exit(int returnCode) in Exit() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionInfo.cpp63 Region::Region(BasicBlock *Entry, BasicBlock *Exit, in Region()
H A DIVDescriptors.cpp95 static std::pair<Type *, bool> computeRecurrenceType(Instruction *Exit, in computeRecurrenceType()
141 static void collectCastInstrs(Loop *TheLoop, Instruction *Exit, in collectCastInstrs()
184 Instruction *Exit, PHINode *Phi) { in checkOrderedReduction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h52 Exit = 2, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h42 RegionBase<Tr>::RegionBase(BlockT *Entry, BlockT *Exit, in RegionBase()
801 BlockT *Exit = nullptr; in getMaxRegionExit() local
H A DIVDescriptors.h92 RecurrenceDescriptor(Value *Start, Instruction *Exit, StoreInst *Store, in RecurrenceDescriptor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp476 BasicBlock *Exit = N->getNodeAs<Region>()->getExit(); in analyzeLoops() local
1013 BasicBlock *Exit = ParentRegion->getExit(); in needPostfix() local
1127 BasicBlock *Exit = ParentRegion->getExit(); in createFlow() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp91 Status Exit; member in BlockData
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp64 void Exit(CodeGenFunction &CGF) override { in Exit() function in __anon61bd5b670111::NVPTXActionTy
732 void Exit(CodeGenFunction &CGF) override { in emitNonSPMDKernel() function in CGOpenMPRuntimeGPU::emitNonSPMDKernel::NVPTXPrePostActionTy
830 void Exit(CodeGenFunction &CGF) override { in emitSPMDKernel() function in CGOpenMPRuntimeGPU::emitSPMDKernel::NVPTXPrePostActionTy
1028 void Exit(CodeGenFunction &CGF) override { in emitTeamsOutlinedFunction() function in CGOpenMPRuntimeGPU::emitTeamsOutlinedFunction::NVPTXPrePostActionTy

123