Home
last modified time | relevance | path

Searched refs:getInstruction (Results 1 – 25 of 1965) sorted by relevance

12345678910>>...79

/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DCallSite.h96 InstrTy *getInstruction() const { return I.getPointer(); } in getInstruction() function
101 BBTy* getParent() const { return getInstruction()->getParent(); } in getParent()
122 if (const CallBase *CB = dyn_cast<CallBase>(getInstruction())) in isIndirectCall()
164 assert(getInstruction() == U->getUser()); in isArgOperand()
175 assert(getInstruction() == U->getUser()); in isBundleOperand()
201 getInstruction()->setOperand(ArgNo, newVal); in setArgument()
316 return cast<CallBase>(getInstruction())->isInlineAsm(); in isInlineAsm()
668 return cast<CallBase>(getInstruction())->op_end() - 1; in getCallee()
687 return getInstruction() < CS.getInstruction();
791 Instruction *getInstruction() const { return CS.getInstruction(); }
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DCallSite.h96 InstrTy *getInstruction() const { return I.getPointer(); } in getInstruction() function
101 BBTy* getParent() const { return getInstruction()->getParent(); } in getParent()
122 if (const CallBase *CB = dyn_cast<CallBase>(getInstruction())) in isIndirectCall()
164 assert(getInstruction() == U->getUser()); in isArgOperand()
175 assert(getInstruction() == U->getUser()); in isBundleOperand()
201 getInstruction()->setOperand(ArgNo, newVal); in setArgument()
316 return cast<CallBase>(getInstruction())->isInlineAsm(); in isInlineAsm()
668 return cast<CallBase>(getInstruction())->op_end() - 1; in getCallee()
687 return getInstruction() < CS.getInstruction();
791 Instruction *getInstruction() const { return CS.getInstruction(); }
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DCallSite.h96 InstrTy *getInstruction() const { return I.getPointer(); } in getInstruction() function
101 BBTy* getParent() const { return getInstruction()->getParent(); } in getParent()
122 if (const CallBase *CB = dyn_cast<CallBase>(getInstruction())) in isIndirectCall()
164 assert(getInstruction() == U->getUser()); in isArgOperand()
175 assert(getInstruction() == U->getUser()); in isBundleOperand()
201 getInstruction()->setOperand(ArgNo, newVal); in setArgument()
316 return cast<CallBase>(getInstruction())->isInlineAsm(); in isInlineAsm()
668 return cast<CallBase>(getInstruction())->op_end() - 1; in getCallee()
687 return getInstruction() < CS.getInstruction();
791 Instruction *getInstruction() const { return CS.getInstruction(); }
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DCallSite.h96 InstrTy *getInstruction() const { return I.getPointer(); } in getInstruction() function
101 BBTy* getParent() const { return getInstruction()->getParent(); } in getParent()
122 if (const CallBase *CB = dyn_cast<CallBase>(getInstruction())) in isIndirectCall()
164 assert(getInstruction() == U->getUser()); in isArgOperand()
175 assert(getInstruction() == U->getUser()); in isBundleOperand()
201 getInstruction()->setOperand(ArgNo, newVal); in setArgument()
259 return cast<CallBase>(getInstruction())->data_operands_end(); in data_operands_end()
316 return cast<CallBase>(getInstruction())->isInlineAsm(); in isInlineAsm()
668 return cast<CallBase>(getInstruction())->op_end() - 1; in getCallee()
687 return getInstruction() < CS.getInstruction();
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Support/
H A DCallSite.h83 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke()
85 InstrTy *getInstruction() const { return I.getPointer(); } in getInstruction() function
92 assert(getInstruction() && "Not a call or invoke instruction!"); in getCalledValue()
106 assert(getInstruction() && "Not a call or invoke instruction!"); in setCalledFunction()
125 getInstruction()->setOperand(ArgNo, newVal); in setArgument()
162 InstrTy *II = getInstruction(); \
168 InstrTy *II = getInstruction(); \
265 return cast<CallInst>(getInstruction())->op_end() - 1; in getCallee()
267 return cast<InvokeInst>(getInstruction())->op_end() - 3; in getCallee()
296 return getInstruction() < CS.getInstruction();
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp167 for (User *U : CS.getInstruction()->users()) in createRetBitCast()
173 if (auto *Invoke = dyn_cast<InvokeInst>(CS.getInstruction())) in createRetBitCast()
177 InsertBefore = &*std::next(CS.getInstruction()->getIterator()); in createRetBitCast()
187 U->replaceUsesOfWith(CS.getInstruction(), Cast); in createRetBitCast()
260 IRBuilder<> Builder(CS.getInstruction()); in versionCallSite()
261 Instruction *OrigInst = CS.getInstruction(); in versionCallSite()
326 Type *CallRetTy = CS.getInstruction()->getType(); in isLegalToPromote()
380 return CS.getInstruction(); in promoteCall()
383 Type *CallSiteRetTy = CS.getInstruction()->getType(); in promoteCall()
400 CS.getInstruction()); in promoteCall()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DCallSite.h92 InstrTy *getInstruction() const { return I.getPointer(); } in getInstruction() function
157 assert(getInstruction() == U->getUser()); in isArgOperand()
168 assert(getInstruction() == U->getUser()); in isBundleOperand()
194 getInstruction()->setOperand(ArgNo, newVal); in setArgument()
281 InstrTy *II = getInstruction(); \
287 InstrTy *II = getInstruction(); \
307 return cast<CallInst>(getInstruction())->isInlineAsm(); in isInlineAsm()
583 const Instruction *II = getInstruction(); in getOperandBundlesAsDefs()
660 return cast<CallInst>(getInstruction())->op_end() - 1; in getCallee()
662 return cast<InvokeInst>(getInstruction())->op_end() - 3; in getCallee()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/api/
H A Dkv.cpp75 const Instruction *getInstruction(int32_t pc) const { in getInstruction() function in KernelViewImpl
427 const Instruction *inst = getInstruction(kv, pc); in kv_get_send_exbso()
448 const Instruction *inst = getInstruction(kv, pc); in kv_get_message_type()
480 const Instruction *inst = getInstruction(kv, pc); in kv_get_message_type_ext()
505 const Instruction *inst = getInstruction(kv, pc); in kv_get_message_sfid()
534 const Instruction *inst = getInstruction(kv, pc); in kv_get_message_len()
562 const Instruction *inst = getInstruction(kv, pc); in kv_get_message_len_ext()
577 const Instruction *inst = getInstruction(kv, pc); in kv_get_execution_size()
591 const Instruction *inst = getInstruction(kv, pc); in kv_get_swsb_info()
604 const Instruction *inst = getInstruction(kv, pc); in kv_get_number_sources()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DCallSite.h90 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke()
92 InstrTy *getInstruction() const { return I.getPointer(); } in getInstruction() function
157 assert(getInstruction() == U->getUser()); in isArgOperand()
168 assert(getInstruction() == U->getUser()); in isBundleOperand()
194 getInstruction()->setOperand(ArgNo, newVal); in setArgument()
281 InstrTy *II = getInstruction(); \
287 InstrTy *II = getInstruction(); \
307 return cast<CallInst>(getInstruction())->isInlineAsm(); in isInlineAsm()
583 const Instruction *II = getInstruction(); in getOperandBundlesAsDefs()
659 return cast<CallBase>(getInstruction())->op_end() - 1; in getCallee()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp166 for (User *U : CS.getInstruction()->users()) in createRetBitCast()
172 if (auto *Invoke = dyn_cast<InvokeInst>(CS.getInstruction())) in createRetBitCast()
176 InsertBefore = &*std::next(CS.getInstruction()->getIterator()); in createRetBitCast()
186 U->replaceUsesOfWith(CS.getInstruction(), Cast); in createRetBitCast()
259 IRBuilder<> Builder(CS.getInstruction()); in versionCallSite()
260 Instruction *OrigInst = CS.getInstruction(); in versionCallSite()
327 Type *CallRetTy = CS.getInstruction()->getType(); in isLegalToPromote()
371 cast<CallBase>(CS.getInstruction())->setCalledOperand(Callee); in promoteCall()
382 return CS.getInstruction(); in promoteCall()
385 Type *CallSiteRetTy = CS.getInstruction()->getType(); in promoteCall()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp166 for (User *U : CS.getInstruction()->users()) in createRetBitCast()
172 if (auto *Invoke = dyn_cast<InvokeInst>(CS.getInstruction())) in createRetBitCast()
176 InsertBefore = &*std::next(CS.getInstruction()->getIterator()); in createRetBitCast()
186 U->replaceUsesOfWith(CS.getInstruction(), Cast); in createRetBitCast()
259 IRBuilder<> Builder(CS.getInstruction()); in versionCallSite()
260 Instruction *OrigInst = CS.getInstruction(); in versionCallSite()
327 Type *CallRetTy = CS.getInstruction()->getType(); in isLegalToPromote()
371 cast<CallBase>(CS.getInstruction())->setCalledOperand(Callee); in promoteCall()
382 return CS.getInstruction(); in promoteCall()
385 Type *CallSiteRetTy = CS.getInstruction()->getType(); in promoteCall()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp166 for (User *U : CS.getInstruction()->users()) in createRetBitCast()
172 if (auto *Invoke = dyn_cast<InvokeInst>(CS.getInstruction())) in createRetBitCast()
176 InsertBefore = &*std::next(CS.getInstruction()->getIterator()); in createRetBitCast()
186 U->replaceUsesOfWith(CS.getInstruction(), Cast); in createRetBitCast()
259 IRBuilder<> Builder(CS.getInstruction()); in versionCallSite()
260 Instruction *OrigInst = CS.getInstruction(); in versionCallSite()
327 Type *CallRetTy = CS.getInstruction()->getType(); in isLegalToPromote()
371 cast<CallBase>(CS.getInstruction())->setCalledOperand(Callee); in promoteCall()
382 return CS.getInstruction(); in promoteCall()
385 Type *CallSiteRetTy = CS.getInstruction()->getType(); in promoteCall()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp166 for (User *U : CS.getInstruction()->users()) in createRetBitCast()
172 if (auto *Invoke = dyn_cast<InvokeInst>(CS.getInstruction())) in createRetBitCast()
176 InsertBefore = &*std::next(CS.getInstruction()->getIterator()); in createRetBitCast()
186 U->replaceUsesOfWith(CS.getInstruction(), Cast); in createRetBitCast()
259 IRBuilder<> Builder(CS.getInstruction()); in versionCallSite()
260 Instruction *OrigInst = CS.getInstruction(); in versionCallSite()
327 Type *CallRetTy = CS.getInstruction()->getType(); in isLegalToPromote()
371 cast<CallBase>(CS.getInstruction())->setCalledOperand(Callee); in promoteCall()
382 return CS.getInstruction(); in promoteCall()
385 Type *CallSiteRetTy = CS.getInstruction()->getType(); in promoteCall()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp167 for (User *U : CS.getInstruction()->users()) in createRetBitCast()
173 if (auto *Invoke = dyn_cast<InvokeInst>(CS.getInstruction())) in createRetBitCast()
177 InsertBefore = &*std::next(CS.getInstruction()->getIterator()); in createRetBitCast()
187 U->replaceUsesOfWith(CS.getInstruction(), Cast); in createRetBitCast()
260 IRBuilder<> Builder(CS.getInstruction()); in versionCallSite()
261 Instruction *OrigInst = CS.getInstruction(); in versionCallSite()
328 Type *CallRetTy = CS.getInstruction()->getType(); in isLegalToPromote()
376 CS.getInstruction()->setMetadata(LLVMContext::MD_prof, nullptr); in promoteCall()
382 return CS.getInstruction(); in promoteCall()
385 Type *CallSiteRetTy = CS.getInstruction()->getType(); in promoteCall()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/MCA/HardwareUnits/
H A DScheduler.cpp42 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in isAvailable()
69 Instruction *IS = IR.getInstruction(); in issueInstructionImpl()
91 const Instruction &Inst = *IR.getInstruction(); in issueInstruction()
115 Instruction &IS = *IR.getInstruction(); in promoteToReadySet()
142 const InstrDesc &D = IR.getInstruction()->getDesc(); in select()
164 Instruction &IS = *IR.getInstruction(); in updateIssuedSet()
191 IR.getInstruction()->cycleEvent(); in cycleEvent()
196 IR.getInstruction()->cycleEvent(); in cycleEvent()
202 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in mustIssueImmediately()
212 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in dispatch()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp64 const Instruction &Inst = *IR.getInstruction(); in isAvailable()
90 unsigned FirstWBCycle = IR.getInstruction()->getLatency(); in findFirstWriteBackCycle()
143 if (!IR.getInstruction()->getDesc().RetireOOO) { in canExecute()
200 Instruction &IS = *IR.getInstruction(); in execute()
214 Instruction &IS = *IR.getInstruction(); in tryIssue()
275 if (!IR.getInstruction()->getDesc().RetireOOO) in tryIssue()
288 Instruction &IS = *IR.getInstruction(); in updateIssuedInst()
328 if (CarriedOver.getInstruction()->getDesc().EndGroup) in updateCarriedOver()
338 Instruction &IS = *IR.getInstruction(); in retireInstruction()
355 const InstRef &IR = SI.getInstruction(); in notifyStallEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl()
104 const Instruction &Inst = *IR.getInstruction(); in issueInstruction()
129 Instruction &IS = *IR.getInstruction(); in promoteToReadySet()
166 Instruction &IS = *IR.getInstruction(); in promoteToPendingSet()
198 Instruction &IS = *IR.getInstruction(); in select()
224 Instruction &IS = *IR.getInstruction(); in updateIssuedSet()
252 const Instruction &IS = *IR.getInstruction(); in analyzeDataDependencies()
274 IR.getInstruction()->cycleEvent(); in cycleEvent()
278 IR.getInstruction()->cycleEvent(); in cycleEvent()
281 IR.getInstruction()->cycleEvent(); in cycleEvent()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl()
104 const Instruction &Inst = *IR.getInstruction(); in issueInstruction()
129 Instruction &IS = *IR.getInstruction(); in promoteToReadySet()
166 Instruction &IS = *IR.getInstruction(); in promoteToPendingSet()
198 Instruction &IS = *IR.getInstruction(); in select()
224 Instruction &IS = *IR.getInstruction(); in updateIssuedSet()
252 const Instruction &IS = *IR.getInstruction(); in analyzeDataDependencies()
274 IR.getInstruction()->cycleEvent(); in cycleEvent()
278 IR.getInstruction()->cycleEvent(); in cycleEvent()
281 IR.getInstruction()->cycleEvent(); in cycleEvent()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl()
104 const Instruction &Inst = *IR.getInstruction(); in issueInstruction()
129 Instruction &IS = *IR.getInstruction(); in promoteToReadySet()
166 Instruction &IS = *IR.getInstruction(); in promoteToPendingSet()
198 Instruction &IS = *IR.getInstruction(); in select()
224 Instruction &IS = *IR.getInstruction(); in updateIssuedSet()
252 const Instruction &IS = *IR.getInstruction(); in analyzeDataDependencies()
274 IR.getInstruction()->cycleEvent(); in cycleEvent()
278 IR.getInstruction()->cycleEvent(); in cycleEvent()
281 IR.getInstruction()->cycleEvent(); in cycleEvent()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MCA/HardwareUnits/
H A DScheduler.cpp73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl()
104 const Instruction &Inst = *IR.getInstruction(); in issueInstruction()
129 Instruction &IS = *IR.getInstruction(); in promoteToReadySet()
166 Instruction &IS = *IR.getInstruction(); in promoteToPendingSet()
198 Instruction &IS = *IR.getInstruction(); in select()
224 Instruction &IS = *IR.getInstruction(); in updateIssuedSet()
252 const Instruction &IS = *IR.getInstruction(); in analyzeDataDependencies()
274 IR.getInstruction()->cycleEvent(); in cycleEvent()
278 IR.getInstruction()->cycleEvent(); in cycleEvent()
281 IR.getInstruction()->cycleEvent(); in cycleEvent()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl()
104 const Instruction &Inst = *IR.getInstruction(); in issueInstruction()
129 Instruction &IS = *IR.getInstruction(); in promoteToReadySet()
166 Instruction &IS = *IR.getInstruction(); in promoteToPendingSet()
198 Instruction &IS = *IR.getInstruction(); in select()
224 Instruction &IS = *IR.getInstruction(); in updateIssuedSet()
252 const Instruction &IS = *IR.getInstruction(); in analyzeDataDependencies()
274 IR.getInstruction()->cycleEvent(); in cycleEvent()
278 IR.getInstruction()->cycleEvent(); in cycleEvent()
281 IR.getInstruction()->cycleEvent(); in cycleEvent()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/MCA/HardwareUnits/
H A DScheduler.cpp73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl()
104 const Instruction &Inst = *IR.getInstruction(); in issueInstruction()
129 Instruction &IS = *IR.getInstruction(); in promoteToReadySet()
166 Instruction &IS = *IR.getInstruction(); in promoteToPendingSet()
198 Instruction &IS = *IR.getInstruction(); in select()
224 Instruction &IS = *IR.getInstruction(); in updateIssuedSet()
252 const Instruction &IS = *IR.getInstruction(); in analyzeDataDependencies()
274 IR.getInstruction()->cycleEvent(); in cycleEvent()
278 IR.getInstruction()->cycleEvent(); in cycleEvent()
281 IR.getInstruction()->cycleEvent(); in cycleEvent()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/MCA/HardwareUnits/
H A DScheduler.cpp73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl()
104 const Instruction &Inst = *IR.getInstruction(); in issueInstruction()
129 Instruction &IS = *IR.getInstruction(); in promoteToReadySet()
166 Instruction &IS = *IR.getInstruction(); in promoteToPendingSet()
198 Instruction &IS = *IR.getInstruction(); in select()
224 Instruction &IS = *IR.getInstruction(); in updateIssuedSet()
252 const Instruction &IS = *IR.getInstruction(); in analyzeDataDependencies()
274 IR.getInstruction()->cycleEvent(); in cycleEvent()
278 IR.getInstruction()->cycleEvent(); in cycleEvent()
281 IR.getInstruction()->cycleEvent(); in cycleEvent()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl()
104 const Instruction &Inst = *IR.getInstruction(); in issueInstruction()
129 Instruction &IS = *IR.getInstruction(); in promoteToReadySet()
166 Instruction &IS = *IR.getInstruction(); in promoteToPendingSet()
198 Instruction &IS = *IR.getInstruction(); in select()
224 Instruction &IS = *IR.getInstruction(); in updateIssuedSet()
252 const Instruction &IS = *IR.getInstruction(); in analyzeDataDependencies()
274 IR.getInstruction()->cycleEvent(); in cycleEvent()
278 IR.getInstruction()->cycleEvent(); in cycleEvent()
281 IR.getInstruction()->cycleEvent(); in cycleEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl()
104 const Instruction &Inst = *IR.getInstruction(); in issueInstruction()
129 Instruction &IS = *IR.getInstruction(); in promoteToReadySet()
166 Instruction &IS = *IR.getInstruction(); in promoteToPendingSet()
198 Instruction &IS = *IR.getInstruction(); in select()
224 Instruction &IS = *IR.getInstruction(); in updateIssuedSet()
252 const Instruction &IS = *IR.getInstruction(); in analyzeDataDependencies()
274 IR.getInstruction()->cycleEvent(); in cycleEvent()
278 IR.getInstruction()->cycleEvent(); in cycleEvent()
281 IR.getInstruction()->cycleEvent(); in cycleEvent()
[all …]

12345678910>>...79