OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CallInst
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp
108
MCInst
CallInst
;
109
CallInst
.setOpcode(SP::CALL);
110
CallInst
.addOperand(Callee);
111
OutStreamer.emitInstruction(
CallInst
, STI);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp
778
auto
CallInst
= TII.insertOutlinedCall(M, MBB, StartIt, *MF, C);
798
Last = std::next(
CallInst
.getReverse());
825
CallInst
->addOperand(
831
CallInst
->addOperand(
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86MCInstLower.cpp
1262
MCInst
CallInst
;
1263
CallInst
.setOpcode(CallOpcode);
1264
CallInst
.addOperand(CallTargetMCOp);
1265
OutStreamer->emitInstruction(
CallInst
, getSubtargetInfo());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
1464
class
CallInst
: public CallBase {
1465
CallInst
(const
CallInst
&CI);
1467
/// Construct a
CallInst
given a range of arguments.
1468
/// Construct a
CallInst
from a range of arguments
1469
inline
CallInst
(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args,
1473
inline
CallInst
(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args,
1475
:
CallInst
(Ty, Func, Args, None, NameStr, InsertBefore) {}
1477
/// Construct a
CallInst
given a range of arguments.
1478
/// Construct a
CallInst
from a range of argument
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
255
return
CallInst
::Create(cast<
CallInst
>(CB), Bundles, InsertPt);
292
/// Tests if this call site must be tail call optimized. Only a
CallInst
can
295
if (auto *CI = dyn_cast<
CallInst
>(this))
302
if (auto *CI = dyn_cast<
CallInst
>(this))
477
//
CallInst
Implementation
480
void
CallInst
::init(FunctionType *FTy, Value *Func, ArrayRef<Value *> Args,
507
void
CallInst
::init(FunctionType *FTy, Value *Func, const Twine &NameStr) {
517
CallInst
::
CallInst
(FunctionType *Ty, Value *Func, const Twine &Name
[
all
...]
Completed in 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026