OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunction
(Results
201 - 225
of
340
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/AsmParser/
LLParser.h
325
Function &
getFunction
() const { return F; }
/external/llvm/lib/CodeGen/
Analysis.cpp
690
classifyEHPersonality(MF.
getFunction
()->getPersonalityFn()));
MachineCSE.cpp
711
if (skipOptnoneFunction(*MF.
getFunction
()))
MachineSink.cpp
259
if (skipOptnoneFunction(*MF.
getFunction
()))
PostRASchedulerList.cpp
265
if (skipOptnoneFunction(*Fn.
getFunction
()))
/external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp
902
MinSize = MF.
getFunction
()->optForMinSize();
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
147
<< " in_func " << BB->getParent()->
getFunction
()->getName()
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
57
bool Intrn = MF.
getFunction
()->hasInternalLinkage();
/external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp
464
Constant *RegisterF = M->
getFunction
(getInstrProfRegFuncsName());
/external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp
764
auto *F = M->
getFunction
(GCSafepointPollName);
[
all
...]
/external/llvm/lib/Transforms/Utils/
ValueMapper.cpp
105
cast<Function>(MapValue(BA->
getFunction
(), VM, Flags, TypeMapper, Materializer));
/external/llvm/tools/lli/
lli.cpp
574
Function *EntryFn = Mod->
getFunction
(EntryFunc);
/external/llvm/tools/llvm-diff/
DifferenceEngine.cpp
659
if (Function *RFn = R->
getFunction
(LFn->getName()))
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp
222
Function *f = bb->
getFunction
();
/external/v8/src/js/
messages.js
310
CheckCallSite(this, "
getFunction
");
467
"
getFunction
", CallSiteGetFunction,
/frameworks/rs/api/
Specification.h
408
Function*
getFunction
() const { return mFunction; }
/hardware/libhardware/include/hardware/
hwcomposer2.h
196
/* Function descriptors for use with
getFunction
*/
724
/*
getFunction
(..., descriptor)
734
hwc2_function_pointer_t (*
getFunction
)(struct hwc2_device* device,
[
all
...]
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp
737
if (Function *ExistingProto = M->
getFunction
(Name))
1055
F = C.getM().
getFunction
(Name);
[
all
...]
/external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp
736
if (Function *ExistingProto = M->
getFunction
(Name))
1054
F = C.getM().
getFunction
(Name);
[
all
...]
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp
736
if (Function *ExistingProto = M->
getFunction
(Name))
1054
F = C.getM().
getFunction
(Name);
[
all
...]
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp
736
if (Function *ExistingProto = M->
getFunction
(Name))
1054
F = C.getM().
getFunction
(Name);
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp
104
if (MF->
getFunction
()->getCallingConv() == CallingConv::AnyReg) {
833
if (!MF.
getFunction
()->hasFnAttribute(Attribute::Naked)) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
143
Function *EHException = M->
getFunction
("llvm.eh.exception");
144
Function *EHSelector = M->
getFunction
("llvm.eh.selector");
269
Function *EHResume = M->
getFunction
("llvm.eh.resume");
297
if (Function* FuncStart = M->
getFunction
(name)) {
314
if (Function *Declare = M->
getFunction
("llvm.dbg.declare")) {
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
[
all
...]
Completed in 1627 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>