Home
last modified time | relevance | path

Searched refs:EndI (Results 1 – 25 of 101) sorted by relevance

12345

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c29 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
30 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuLandOutline.pas138 procedure AddLoopPoints(var pa, opa: TPixAr; StartI, EndI: LongInt; Delta: hwFloat);
147 pi:= EndI;
156 if pi > EndI then
159 if ni > EndI then
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuLandOutline.pas138 procedure AddLoopPoints(var pa, opa: TPixAr; StartI, EndI: LongInt; Delta: hwFloat);
147 pi:= EndI;
156 if pi > EndI then
159 if ni > EndI then
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c45 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
46 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c56 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
57 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c45 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
46 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c56 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
57 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c56 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
57 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c56 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
57 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c56 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
57 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/profile/
H A DInstrProfilingBuffer.c45 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
46 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c56 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
57 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c56 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_data_size() local
57 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_data_size()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c56 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in private_timeval_elapsed()
57 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in private_timeval_elapsed()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditautocomplete.pp413 StartI, EndI: Integer;
427 EndI := PosEx(CodeTemplateAttributesEndMagic, sComplValue, StartI);
428 if EndI = 0 then
431 CurAttributes.Text := Copy(sComplValue, StartI, EndI-StartI);
433 StartI := EndI + Length(CodeTemplateAttributesEndMagic);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditautocomplete.pp413 StartI, EndI: Integer;
427 EndI := PosEx(CodeTemplateAttributesEndMagic, sComplValue, StartI);
428 if EndI = 0 then
431 CurAttributes.Text := Copy(sComplValue, StartI, EndI-StartI);
433 StartI := EndI + Length(CodeTemplateAttributesEndMagic);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp598 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument
603 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()
607 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()
610 if (haveSameOperands(EndI, *I, EndI.getNumArgOperands())) { in removeTriviallyEmptyRange()
612 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp598 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument
603 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()
607 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()
610 if (haveSameOperands(EndI, *I, EndI.getNumArgOperands())) { in removeTriviallyEmptyRange()
612 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp598 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument
603 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()
607 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()
610 if (haveSameOperands(EndI, *I, EndI.getNumArgOperands())) { in removeTriviallyEmptyRange()
612 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DFlowGraph.cpp2734 BB_LIST_ITER EndI; in markDivergentBBs() member
2745 allFuncs[0].EndI = BBs.end(); in markDivergentBBs()
2761 allFuncs[ui].EndI = (++nextI); in markDivergentBBs()
2865 BB_LIST_ITER& IE = allFuncs[i].EndI; in markDivergentBBs()
3693 BB_LIST_ITER EndI; in findNestedDivergentBBs() member
3707 allFuncs[0].EndI = BBs.end(); in findNestedDivergentBBs()
3723 allFuncs[ui].EndI = (++nextI); in findNestedDivergentBBs()
3734 BB_LIST_ITER& IE = allFuncs[i].EndI; in findNestedDivergentBBs()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp677 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument
682 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()
686 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()
689 if (haveSameOperands(EndI, *I, EndI.getNumArgOperands())) { in removeTriviallyEmptyRange()
691 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp677 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument
682 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()
686 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()
689 if (haveSameOperands(EndI, *I, EndI.getNumArgOperands())) { in removeTriviallyEmptyRange()
691 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp677 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument
682 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()
686 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()
689 if (haveSameOperands(EndI, *I, EndI.getNumArgOperands())) { in removeTriviallyEmptyRange()
691 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp677 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument
682 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()
686 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()
689 if (haveSameOperands(EndI, *I, EndI.getNumArgOperands())) { in removeTriviallyEmptyRange()
691 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp677 removeTriviallyEmptyRange(IntrinsicInst &EndI, InstCombinerImpl &IC, in removeTriviallyEmptyRange() argument
682 BasicBlock::reverse_iterator BI(EndI), BE(EndI.getParent()->rend()); in removeTriviallyEmptyRange()
686 I->getIntrinsicID() == EndI.getIntrinsicID()) in removeTriviallyEmptyRange()
689 if (haveSameOperands(EndI, *I, EndI.getNumArgOperands())) { in removeTriviallyEmptyRange()
691 IC.eraseInstFromFunction(EndI); in removeTriviallyEmptyRange()

12345