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

1 2 3 4 56 7 8 910

  /external/llvm/lib/Analysis/
PathNumbering.cpp 353 Function& BallLarusDag::getFunction() {
  /external/llvm/lib/AsmParser/
LLParser.h 277 Function &getFunction() const { return F; }
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 254 Function *FStub = M->getFunction(StubName);
MipsAsmPrinter.cpp 253 MF->getFunction()->
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 221 bool DisableRedZone = MF.getFunction()->getAttributes().
285 if (MF.getFunction()->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
347 MF.getFunction()->needsUnwindTableEntry();
880 MF.getFunction()->getCallingConv() == CallingConv::Fast) {
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 367 AttributeSet FnAttrs = MF->getFunction()->getAttributes();
X86AsmPrinter.cpp 55 bool Intrn = MF.getFunction()->hasInternalLinkage();
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 69 Function *F = BA->getFunction();
  /external/llvm/tools/lli/
lli.cpp 442 Function *EntryFn = Mod->getFunction(EntryFunc);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp 216 Function *func = bb->getFunction();
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 318 assert(getFunction() && "No function!");
319 return getFunction()->getName();
    [all...]
RegAllocPBQP.cpp 573 const Function* func = mf->getFunction();
StackColoring.cpp 664 << ((const Value*)Func.getFunction())->getName() << '\n');
  /external/llvm/lib/IR/
Constants.cpp 345 return BA->getFunction()->getRelocationInfo();
360 cast<BlockAddress>(LHS->getOperand(0))->getFunction() ==
361 cast<BlockAddress>(RHS->getOperand(0))->getFunction())
    [all...]
AsmWriter.cpp 420 return new SlotTracker(MD->getFunction());
896 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 138 Function *EHException = M->getFunction("llvm.eh.exception");
139 Function *EHSelector = M->getFunction("llvm.eh.selector");
265 Function *EHResume = M->getFunction("llvm.eh.resume");
296 if (Function *FuncStart = M->getFunction("llvm.dbg.func.start")) {
302 if (Function *StopPoint = M->getFunction("llvm.dbg.stoppoint")) {
308 if (Function *RegionStart = M->getFunction("llvm.dbg.region.start")) {
314 if (Function *RegionEnd = M->getFunction("llvm.dbg.region.end")) {
320 if (Function *Declare = M->getFunction("llvm.dbg.declare")) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 159 if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
368 if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
    [all...]
  /art/compiler/sea_ir/code_gen/
code_gen.cc 201 llvm::Function *callee = llvm_data_->module_.getFunction(function_name);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 1031 Function func = m_functionTable.getFunction(funcID);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 222 Function *f = bb->getFunction();
  /external/llvm/include/llvm/
DebugInfo.h 433 Function *getFunction() const { return getFunctionField(15); }
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 726 if (!N->isFunctionLocal() || !N->getFunction()) {
790 if (N->isFunctionLocal() && N->getFunction() == &F) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 59 || MF.getFunction()->needsUnwindTableEntry();
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 147 << " in_func " << BB->getParent()->getFunction()->getName()
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 211 if (MF.getFunction()->hasStructRetAttr()) {
472 if (MF.getFunction()->hasStructRetAttr()) {
    [all...]

Completed in 746 milliseconds

1 2 3 4 56 7 8 910