OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunction
(Results
101 - 125
of
340
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp
201
template <CTestPlatform::getter_t
getFunction
>
205
strResult = (mParameterMgrPlatformConnector.*
getFunction
)() ? "true" : "false";
/external/v8/test/mjsunit/regress/
regress-conditional-position.js
38
if (frame.
getFunction
() == functionToCatch) {
/frameworks/rs/api/
GenerateHeaderFiles.cpp
202
Function* function = spec.
getFunction
();
371
Function* function = spec->
getFunction
();
/external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp
616
Function *
getFunction
(std::string Name) {
618
if (auto *F = TheModule->
getFunction
(Name))
648
Function *F =
getFunction
(std::string("unary") + Opcode);
679
Function *F =
getFunction
(std::string("binary") + Op);
688
Function *CalleeF =
getFunction
(Callee);
879
Function *TheFunction =
getFunction
(P.getName());
/external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp
686
Function *
getFunction
(std::string Name) {
688
if (auto *F = TheModule->
getFunction
(Name))
730
Function *F =
getFunction
(std::string("unary") + Opcode);
784
Function *F =
getFunction
(std::string("binary") + Op);
793
Function *CalleeF =
getFunction
(Callee);
1037
Function *TheFunction =
getFunction
(P.getName());
[
all
...]
/external/llvm/lib/Target/X86/
X86FrameLowering.cpp
152
const Function *F = MF->
getFunction
();
795
if (MF.
getFunction
()->hasFnAttribute("stackrealign")) {
[
all
...]
X86CallFrameOptimization.cpp
139
(MF.
getFunction
()->needsUnwindTableEntry() && !TFL->hasFP(MF))))
184
if (!MF.
getFunction
()->optForSize())
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp
658
Function *F = TheHelper->
getFunction
(MakeLegalFunctionName(std::string("unary")+Opcode));
660
Function *F = TheModule->
getFunction
(std::string("unary")+Opcode);
709
Function *F = TheModule->
getFunction
(std::string("binary")+Op);
718
Function *CalleeF = TheModule->
getFunction
(Callee);
947
F = TheModule->
getFunction
(Name);
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp
643
Function *F = TheHelper->
getFunction
(MakeLegalFunctionName(std::string("unary")+Opcode));
645
Function *F = TheModule->
getFunction
(std::string("unary")+Opcode);
691
Function *F = TheModule->
getFunction
(std::string("binary")+Op);
700
Function *CalleeF = TheModule->
getFunction
(Callee);
929
F = TheModule->
getFunction
(Name);
[
all
...]
/external/llvm/lib/CodeGen/
MachineFunction.cpp
159
return
getFunction
()->hasFnAttribute("split-stack");
359
assert(
getFunction
() && "No function!");
360
return
getFunction
()->getName();
397
ModuleSlotTracker MST(
getFunction
()->getParent());
398
MST.incorporateFunction(*
getFunction
());
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp
123
if (MF.
getFunction
()->hasFnAttribute(Attribute::NoRedZone))
282
const Function *Fn = MF.
getFunction
();
297
if (MF.
getFunction
()->getCallingConv() == CallingConv::GHC)
558
if (MF.
getFunction
()->getCallingConv() == CallingConv::GHC)
[
all
...]
/external/llvm/tools/bugpoint/
Miscompilation.cpp
396
Function *NewF = ToNotOptimize->
getFunction
(MisCompFunctions[i].first);
426
Function *NewF = ToNotOptimize->
getFunction
(MisCompFunctions[i].first);
596
Function *NewF = ProgClone->
getFunction
(MisCompFunctions[i].first);
773
if (Function *oldMain = Safe->
getFunction
("main"))
820
Function *TestFn = Test->
getFunction
(F->getName());
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp
437
LLVMContext &Ctx = MF.
getFunction
()->getContext();
445
LLVMContext &Ctx = MF.
getFunction
()->getContext();
651
*TM.getSubtargetImpl(*MF->
getFunction
())->getRegisterInfo());
SIRegisterInfo.cpp
213
LLVMContext &Ctx = MF->
getFunction
()->getContext();
286
LLVMContext &Ctx = MF->
getFunction
()->getContext();
319
LLVMContext &Ctx = MF->
getFunction
()->getContext();
R600TextureIntrinsicsReplacer.cpp
148
Function *F = Mod->
getFunction
(Name);
/external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp
868
Function *
getFunction
(std::string Name) {
870
if (auto *F = TheModule->
getFunction
(Name))
914
Function *F =
getFunction
(std::string("unary") + Opcode);
971
Function *F =
getFunction
(std::string("binary") + Op);
982
Function *CalleeF =
getFunction
(Callee);
[
all
...]
/external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp
429
Function *CalleeF = TheModule->
getFunction
(Callee);
467
Function *TheFunction = TheModule->
getFunction
(Proto->getName());
/external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp
336
const Function *GV = MF->
getFunction
();
374
const Function *GV = MF->
getFunction
();
/external/llvm/lib/IR/
Instruction.cpp
65
Function *Instruction::
getFunction
() { return getParent()->getParent(); }
67
const Function *Instruction::
getFunction
() const {
DiagnosticInfo.cpp
117
<<
getFunction
();
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java
269
PerCallStats stats = cumulativeStats.get(c.
getFunction
());
278
cumulativeStats.put(c.
getFunction
(), stats);
/external/deqp/framework/platform/android/
tcuAndroidInternals.cpp
41
funcPtr = reinterpret_cast<Func*>(lib.
getFunction
(symname.c_str()));
/external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp
157
const Function *F = MF.
getFunction
();
/external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp
168
Subtarget = const_cast<MipsSubtarget *>(getSubtargetImpl(*MF->
getFunction
()));
/external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp
158
const Function &F(*MF->
getFunction
());
Completed in 1560 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>