HomeSort by relevance Sort by last modified time
    Searched refs:FnName (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.h 27 void InsertProfilingInitCall(Function *MainFn, const char *FnName,
ProfilingUtils.cpp 24 void llvm::InsertProfilingInitCall(Function *MainFn, const char *FnName,
33 Constant *InitFn = M.getOrInsertFunction(FnName, Type::getInt32Ty(Context),
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 563 std::string FnName;
572 FnName = IdentifierStr;
580 FnName = "unary";
581 FnName += (char)CurTok;
589 FnName = "binary";
590 FnName += (char)CurTok;
620 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
785 virtual Function *getFunction(const std::string FnName) = 0;
844 virtual Function *getFunction(const std::string FnName) {
846 return TheModule->getFunction(FnName);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 518 std::string FnName;
527 FnName = IdentifierStr;
535 FnName = "unary";
536 FnName += (char)CurTok;
544 FnName = "binary";
545 FnName += (char)CurTok;
575 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
656 Function *getFunction(const std::string FnName);
729 Function *MCJITHelper::getFunction(const std::string FnName) {
734 Function *F = (*it)->getFunction(FnName);
    [all...]
toy-jit.cpp 518 std::string FnName;
527 FnName = IdentifierStr;
535 FnName = "unary";
536 FnName += (char)CurTok;
544 FnName = "binary";
545 FnName += (char)CurTok;
575 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 516 std::string FnName;
525 FnName = IdentifierStr;
533 FnName = "unary";
534 FnName += (char)CurTok;
542 FnName = "binary";
543 FnName += (char)CurTok;
573 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
654 Function *getFunction(const std::string FnName);
719 Function *MCJITHelper::getFunction(const std::string FnName) {
724 Function *F = (*it)->getFunction(FnName);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 539 std::string FnName;
548 FnName = IdentifierStr;
556 FnName = "unary";
557 FnName += (char)CurTok;
565 FnName = "binary";
566 FnName += (char)CurTok;
596 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
743 Function *getFunction(const std::string FnName);
818 Function *MCJITHelper::getFunction(const std::string FnName) {
823 Function *F = (*it)->getFunction(FnName);
    [all...]
toy-jit.cpp 533 std::string FnName;
542 FnName = IdentifierStr;
550 FnName = "unary";
551 FnName += (char)CurTok;
559 FnName = "binary";
560 FnName += (char)CurTok;
590 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 450 std::string FnName;
459 FnName = IdentifierStr;
467 FnName = "unary";
468 FnName += (char)CurTok;
476 FnName = "binary";
477 FnName += (char)CurTok;
507 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 279 std::string FnName = IdentifierStr;
294 return new PrototypeAST(FnName, ArgNames);
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 96 const char* FnName,
103 Result.method_name = const_cast<char*>(FnName);
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 515 std::string FnName;
524 FnName = IdentifierStr;
532 FnName = "unary";
533 FnName += (char)CurTok;
541 FnName = "binary";
542 FnName += (char)CurTok;
572 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 299 std::string FnName = IdentifierStr;
314 return new PrototypeAST(FnName, ArgNames);
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 306 std::string FnName = IdentifierStr;
321 return new PrototypeAST(FnName, ArgNames);
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 136 const MachineInstrBuilder &addExternalSymbol(const char *FnName,
138 MI->addOperand(*MF, MachineOperand::CreateES(FnName, TargetFlags));
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 103 StringRef FnName = Callee->getName();
105 if (!TLI || !TLI->getLibFunc(FnName, TLIFn) || !TLI->has(TLIFn))
316 StringRef FnName = Callee->getName();
318 if (!TLI || !TLI->getLibFunc(FnName, TLIFn) || !TLI->has(TLIFn))
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 407 std::string FnName = IdentifierStr;
422 return new PrototypeAST(FnName, ArgNames);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 226 /// defines FnName. This is very slow operation and shouldn't be used for
228 Function *FindFunctionNamed(const char *FnName);
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGBuiltin.cpp 150 StringRef FnName;
153 case BuiltinType::Float: FnName = "fabsf"; break;
154 case BuiltinType::Double: FnName = "fabs"; break;
155 case BuiltinType::LongDouble: FnName = "fabsl"; break;
161 llvm::Value *Fn = CGF.CGM.CreateRuntimeFunction(FT, FnName);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 133 Function *ExecutionEngine::FindFunctionNamed(const char *FnName) {
135 if (Function *F = Modules[i]->getFunction(FnName))
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 2429 milliseconds