OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunction
(Results
176 - 200
of
340
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp
274
Function *FStub = M->
getFunction
(StubName);
MipsSEISelDAGToDAG.cpp
155
const GlobalValue *FName = MF.
getFunction
();
184
const GlobalValue *FName = MF.
getFunction
();
[
all
...]
MipsSEInstrInfo.cpp
226
const Function *Func = MBB.getParent()->
getFunction
();
257
const Function *Func = MBB.getParent()->
getFunction
();
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
446
bool DisableRedZone = MF.
getFunction
()->hasFnAttribute(Attribute::NoRedZone);
510
if (MF.
getFunction
()->hasFnAttribute(Attribute::Naked))
631
MF.
getFunction
()->needsUnwindTableEntry();
[
all
...]
/external/llvm/lib/Target/X86/
X86FixupLEAs.cpp
161
OptIncDec = !ST.slowIncDec() || Func.
getFunction
()->optForMinSize();
/external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp
448
Type::getInt32Ty(MBB.getParent()->
getFunction
()->getContext()), Value);
XCoreRegisterInfo.cpp
208
MF.
getFunction
()->needsUnwindTableEntry();
/external/llvm/tools/bugpoint/
ExtractFunction.cpp
70
Function *F = BA->
getFunction
();
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp
216
Function *func = bb->
getFunction
();
/external/opencv3/modules/core/src/
downhill_simplex.cpp
164
Ptr<MinProblemSolver::Function>
getFunction
() const { return _Function; }
/frameworks/native/libs/ui/
Gralloc1On0Adapter.cpp
45
getFunction
= getFunctionHook;
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h
105
auto pfn = mHwcDevice->
getFunction
(mHwcDevice, intDesc);
/hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.cpp
87
getFunction
=
GetFunction
;
124
gralloc1_function_pointer_t GrallocImpl::
GetFunction
(gralloc1_device_t *device, int32_t function) {
/hardware/qcom/display/msmcobalt/libgralloc1/
gr_device_impl.cpp
87
getFunction
=
GetFunction
;
124
gralloc1_function_pointer_t GrallocImpl::
GetFunction
(gralloc1_device_t *device, int32_t function) {
/external/clang/lib/CodeGen/
CodeGenAction.cpp
430
if (const Decl *ND = Gen->GetDeclForMangledName(D.
getFunction
().getName())) {
467
if (const Decl *FD = Gen->GetDeclForMangledName(D.
getFunction
().getName()))
[
all
...]
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
167
const Function* F = Fn.
getFunction
();
801
if (Fn.
getFunction
()->getCallingConv() == CallingConv::HiPE)
[
all
...]
TailDuplication.cpp
136
if (skipOptnoneFunction(*MF.
getFunction
()))
565
MF.
getFunction
()->hasFnAttribute(Attribute::OptimizeForSize))
[
all
...]
/external/llvm/lib/IR/
Constants.cpp
438
return BA->
getFunction
()->needsRelocation();
452
cast<BlockAddress>(LHS->getOperand(0))->
getFunction
() ==
453
cast<BlockAddress>(RHS->getOperand(0))->
getFunction
())
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp
69
const Function *F = MF->
getFunction
();
391
ConstantInt::get(Type::getInt32Ty(MF.
getFunction
()->getContext()), Val);
/external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp
181
const Function* F = Fn.
getFunction
();
817
if (Fn.
getFunction
()->getCallingConv() == CallingConv::HiPE)
[
all
...]
/external/llvm/unittests/IR/
MetadataTest.cpp
116
Function *
getFunction
(StringRef Name) {
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java
1031
Function func = m_functionTable.
getFunction
(funcID);
[
all
...]
/external/deqp/framework/egl/
egluGLContextFactory.cpp
120
return (glw::GenericFuncType)m_library->
getFunction
(name);
Completed in 1811 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>