OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunction
(Results
126 - 150
of
274
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp
495
Function *CalleeF = TheModule->
getFunction
(Callee);
670
F = TheModule->
getFunction
(Name);
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
513
const Function *F = MF->
getFunction
();
702
MF->
getFunction
()->needsUnwindTableEntry())
713
MF->
getFunction
()->needsUnwindTableEntry();
829
const Function *F = MF->
getFunction
();
[
all
...]
DwarfDebug.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
490
BA->getBlockAddress()->
getFunction
()->printAsOperand(OS, false);
518
Scope(dl.getScope(G->getMachineFunction().
getFunction
()->getContext()));
/external/llvm/lib/CodeGen/
StackColoring.cpp
637
if (skipOptnoneFunction(*Func.
getFunction
()))
642
<< ((const Value*)Func.
getFunction
())->getName() << '\n');
MachineCopyPropagation.cpp
333
if (skipOptnoneFunction(*MF.
getFunction
()))
MachineFunction.cpp
130
return
getFunction
()->hasFnAttribute("split-stack");
330
assert(
getFunction
() && "No function!");
331
return
getFunction
()->getName();
[
all
...]
PrologEpilogInserter.cpp
112
const Function* F = Fn.
getFunction
();
258
if (F.
getFunction
()->hasFnAttribute(Attribute::Naked))
697
if (Fn.
getFunction
()->getCallingConv() == CallingConv::HiPE)
[
all
...]
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
278
Function *F = M->
getFunction
(Name);
414
if (Function *F = (*I)->
getFunction
(FnName))
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
153
!AP.MF ? nullptr : AP.MF->
getFunction
()->getParent());
168
!AP.MF ? nullptr : AP.MF->
getFunction
()->getParent());
289
const LLVMContext &ctx = MF->
getFunction
()->getContext();
777
const Function *F = MF.
getFunction
();
786
emitGlobals(*MF->
getFunction
()->getParent());
792
F = MF->
getFunction
();
820
emitDemotedVars(MF->
getFunction
(), O);
[
all
...]
NVPTXReplaceImageHandles.cpp
335
NewSymStr << MF.
getFunction
()->getName() << "_param_" << Param;
/external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp
71
bool IsVarArg = MF.
getFunction
()->isVarArg();
132
bool IsVarArg = MF.
getFunction
()->isVarArg();
/external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp
329
if (S.
getFunction
() == F) {
331
<< S.
getFunction
() << "\n");
/external/llvm/include/llvm/Analysis/
LazyCallGraph.h
191
Function &
getFunction
() const {
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
149
///
getFunction
- Return the LLVM function that this machine code represents
151
const Function *
getFunction
() const { return Fn; }
/external/llvm/lib/IR/
Module.cpp
167
//
getFunction
- Look up the specified function in the module symbol table.
170
Function *Module::
getFunction
(StringRef Name) const {
/external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp
43
if (MF->
getFunction
()->getCallingConv() == CallingConv::AnyReg)
/external/llvm/lib/Transforms/Utils/
ValueMapper.cpp
120
cast<Function>(MapValue(BA->
getFunction
(), VM, Flags, TypeMapper, Materializer));
/frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp
732
if (Module.
getFunction
(Name) &&
760
llvm::Function *Function = Module.
getFunction
(*FI);
817
llvm::Function *kernel = Module.
getFunction
(name);
/external/chromium_org/third_party/skia/src/core/
SkXfermode.cpp
[
all
...]
/external/skia/src/core/
SkXfermode.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp
774
if (!MF.
getFunction
()->getAttributes().
862
if (MF.
getFunction
()->hasFnAttribute("no-realign-stack"))
870
const Function *F = MF.
getFunction
();
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java
328
Function
getFunction
(int which)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp
216
Function *func = bb->
getFunction
();
/external/clang/include/clang/Sema/
CodeCompleteConsumer.h
871
FunctionDecl *
getFunction
() const;
[
all
...]
Completed in 4681 milliseconds
1
2
3
4
5
6
7
8
9
10
11