HomeSort by relevance Sort by last modified time
    Searched refs:getFunction (Results 126 - 150 of 340) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 158 MBB.getParent()->getFunction()->getPersonalityFn()));
X86OptimizeLEAs.cpp 303 if (!EnableX86LEAOpt || !MF.getFunction()->optForSize())
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 239 const AttributeSet &PAL = MF.getFunction()->getAttributes();
325 const Function *Fn = MF.getFunction();
360 const Function *Fn = MF.getFunction();
544 if (!LRUsed && !MF.getFunction()->isVarArg() &&
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 258 Function *MF = M.getFunction(F->getName());
MergeFunctions.cpp 758 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction()))
760 if (LBA->getFunction() == RBA->getFunction()) {
763 Function* F = LBA->getFunction();
783 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR);
    [all...]
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 193 GlobalValue *GV = M->getFunction(ExtractFuncs[i]);
  /external/llvm/tools/opt/
PassPrinters.cpp 78 Function *F = (*I)->getFunction();
  /frameworks/compile/libbcc/lib/Renderscript/
RSAddDebugInfoPass.cpp 73 if (llvm::Function *kernelFunc = Module.getFunction(expandedName))
RSKernelExpand.cpp     [all...]
  /frameworks/native/include/ui/
Gralloc1.h 151 device->getFunction(device, descriptor);
  /hardware/libhardware/include/hardware/
gralloc1.h 276 /* getFunction(..., descriptor)
286 gralloc1_function_pointer_t (*getFunction)(struct gralloc1_device* device,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 692 if (c.getFunction() == Function.glDrawArrays
693 || c.getFunction() == Function.glDrawElements) {
707 if (c.getFunction() == Function.glPushGroupMarkerEXT) {
770 String func = element.getCall().getFunction().toString();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatterTest.java 51 specs.put(spec.getFunction(), spec);
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 178 PFN_vkVoidFunction getProcAddr (const char* name) const { return (PFN_vkVoidFunction)m_functions.getFunction(name); }
217 PFN_vkVoidFunction getProcAddr (const char* name) const { return (PFN_vkVoidFunction)m_functions.getFunction(name); }
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 708 assert(Inst->getFunction() == NewLoc->getFunction() &&
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 548 const Function *F = MF->getFunction();
794 MF->getFunction()->needsUnwindTableEntry())
804 return MAI->usesWindowsCFI() && MF->getFunction()->needsUnwindTableEntry();
927 const Function *F = MF->getFunction();
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 339 if (parseIRBlock(BB, *MF.getFunction()))
355 MF.getFunction()->getValueSymbolTable().lookup(Name));
    [all...]
  /external/llvm/lib/CodeGen/
StackColoring.cpp 637 if (skipOptnoneFunction(*Func.getFunction()))
642 << ((const Value*)Func.getFunction())->getName() << '\n');
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 290 Function *F = M->getFunction(Name);
435 Function *F = (*I)->getFunction(FnName);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 389 return MF->getFunction()->getCallingConv() == CallingConv::CXX_FAST_TLS &&
390 MF->getFunction()->hasFnAttribute(Attribute::NoUnwind);
  /external/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp 73 Type::getInt32Ty(MBB.getParent()->getFunction()->getContext()), Val);
92 Type::getInt32Ty(MBB.getParent()->getFunction()->getContext()), Val);
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 74 bool IsVarArg = MF.getFunction()->isVarArg();
136 bool IsVarArg = MF.getFunction()->isVarArg();
  /external/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 186 llvm::Function, &llvm::Module::getFunction>
208 llvm::Function, &llvm::Module::getFunction,
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 466 mModule->getFunction(llvm::StringRef(TmpNameList[i]));
534 mModule->getFunction(llvm::StringRef(TmpReduceList[i].mAccumulatorName));

Completed in 1527 milliseconds

1 2 3 4 56 7 8 91011>>