Home
last modified time | relevance | path

Searched refs:InstEnd (Results 1 – 16 of 16) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXVisaRegAlloc.cpp234 getRangeOfInstructionsToLocalize(Iter InstBegin, Iter InstEnd, BasicBlock *BB,
239 Iter InstEnd) const;
330 Iter InstBegin, Iter InstEnd, BasicBlock *BB, genx::LiveRange *LR) const { in getRangeOfInstructionsToLocalize() argument
333 Instruction *BottomI = *std::prev(InstEnd); in getRangeOfInstructionsToLocalize()
352 return getArithmeticChainRange(InstBegin, InstEnd); in getRangeOfInstructionsToLocalize()
367 Iter InstEnd) const { in getArithmeticChainRange()
369 std::count_if(InstBegin, InstEnd, isArithmeticChainInst); in getArithmeticChainRange()
373 auto InstRange = llvm::make_range(InstBegin, InstEnd); in getArithmeticChainRange()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dtonative.h41 virtual void InstEnd() = 0;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DCodeGeneration.cpp147 auto InstEnd = BB->end(); in removeLifetimeMarkers() local
149 while (InstIt != InstEnd) { in removeLifetimeMarkers()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/CodeGen/
H A DCodeGeneration.cpp147 auto InstEnd = BB->end(); in removeLifetimeMarkers() local
149 while (InstIt != InstEnd) { in removeLifetimeMarkers()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DCodeGeneration.cpp147 auto InstEnd = BB->end(); in removeLifetimeMarkers() local
149 while (InstIt != InstEnd) { in removeLifetimeMarkers()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DCodeGeneration.cpp147 auto InstEnd = BB->end(); in removeLifetimeMarkers() local
149 while (InstIt != InstEnd) { in removeLifetimeMarkers()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DCodeGeneration.cpp147 auto InstEnd = BB->end(); in removeLifetimeMarkers() local
149 while (InstIt != InstEnd) { in removeLifetimeMarkers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/CodeGen/
H A DCodeGeneration.cpp147 auto InstEnd = BB->end(); in removeLifetimeMarkers() local
149 while (InstIt != InstEnd) { in removeLifetimeMarkers()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/CodeGen/
H A DCodeGeneration.cpp147 auto InstEnd = BB->end(); in removeLifetimeMarkers() local
149 while (InstIt != InstEnd) { in removeLifetimeMarkers()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DCodeGeneration.cpp147 auto InstEnd = BB->end(); in removeLifetimeMarkers() local
149 while (InstIt != InstEnd) { in removeLifetimeMarkers()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DCodeGeneration.cpp147 auto InstEnd = BB->end(); in removeLifetimeMarkers() local
149 while (InstIt != InstEnd) { in removeLifetimeMarkers()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dtocpp.cpp174 void InstEnd() override { in InstEnd() function in lobster::CPPGenerator
H A Dtonative.cpp161 ng.InstEnd(); in ToNative()
H A Dtowasm.cpp223 void InstEnd() override { in InstEnd() function in lobster::WASMGenerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DInstBuilder.hpp328 void InstEnd(uint32_t extent) { in InstEnd() function in iga::InstBuilder
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DKernelParser.cpp1060 m_builder.InstEnd(ExtentToPrevEnd(startLoc)); in ParseInstCanThrowException()