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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 229 void *FPtr = getPointerToFunction(F);
230 assert(FPtr && "Pointer to fn's code was null after getPointerToFunction");
249 (int(*)(int, char **, const char **))(intptr_t)FPtr;
262 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
275 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
291 rv.IntVal = APInt(BitWidth, ((bool(*)())(intptr_t)FPtr)());
293 rv.IntVal = APInt(BitWidth, ((char(*)())(intptr_t)FPtr)());
295 rv.IntVal = APInt(BitWidth, ((short(*)())(intptr_t)FPtr)());
297 rv.IntVal = APInt(BitWidth, ((int(*)())(intptr_t)FPtr)());
299 rv.IntVal = APInt(BitWidth, ((int64_t(*)())(intptr_t)FPtr)());
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 393 void *FPtr = getPointerToFunction(F);
394 assert(FPtr && "Pointer to fn's code was null after getPointerToFunction");
413 (int(*)(int, char **, const char **))(intptr_t)FPtr;
426 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
438 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
444 int (*PF)(char *) = (int(*)(char *))(intptr_t)FPtr;
460 rv.IntVal = APInt(BitWidth, ((bool(*)())(intptr_t)FPtr)());
462 rv.IntVal = APInt(BitWidth, ((char(*)())(intptr_t)FPtr)());
464 rv.IntVal = APInt(BitWidth, ((short(*)())(intptr_t)FPtr)());
466 rv.IntVal = APInt(BitWidth, ((int(*)())(intptr_t)FPtr)());
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 515 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
519 double (*FP)() = (double (*)())(intptr_t)FPtr;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 109 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, const ConstantFP *FPtr)
111 Constants.CFP = FPtr;
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 760 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
764 double (*FP)() = (double (*)())(intptr_t)FPtr;
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 871 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
875 double (*FP)() = (double (*)())(intptr_t)FPtr;
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1034 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1038 double (*FP)() = (double (*)())(intptr_t)FPtr;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 1063 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1066 double (*FP)() = (double (*)())(intptr_t)FPtr;
    [all...]
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 1045 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1048 double (*FP)() = (double (*)())(intptr_t)FPtr;
    [all...]
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 768 SDValue FPtr = Op.getOperand(2); // nested function
777 // LDAPF_u10 r11, fptr
782 // fptr:
783 // .word fptr
813 OutChains[4] = DAG.getStore(Chain, dl, FPtr, Addr,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 268 milliseconds