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

  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp 31 void *FPtr = getPointerToFunction(F);
32 assert(FPtr && "Pointer to fn's code was null after getPointerToFunction");
51 (int (*)(int, char **, const char **))(intptr_t)FPtr;
64 int (*PF)(int, char **) = (int (*)(int, char **))(intptr_t)FPtr;
76 int (*PF)(int) = (int (*)(int))(intptr_t)FPtr;
93 rv.IntVal = APInt(BitWidth, ((bool (*)())(intptr_t)FPtr)());
95 rv.IntVal = APInt(BitWidth, ((char (*)())(intptr_t)FPtr)());
97 rv.IntVal = APInt(BitWidth, ((short (*)())(intptr_t)FPtr)());
99 rv.IntVal = APInt(BitWidth, ((int (*)())(intptr_t)FPtr)());
101 rv.IntVal = APInt(BitWidth, ((int64_t (*)())(intptr_t)FPtr)());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 126 void *FPtr = getPointerToFunction(F);
127 assert(FPtr && "Pointer to fn's code was null after getPointerToFunction");
146 (int(*)(int, char **, const char **))(intptr_t)FPtr;
159 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
172 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
188 rv.IntVal = APInt(BitWidth, ((bool(*)())(intptr_t)FPtr)());
190 rv.IntVal = APInt(BitWidth, ((char(*)())(intptr_t)FPtr)());
192 rv.IntVal = APInt(BitWidth, ((short(*)())(intptr_t)FPtr)());
194 rv.IntVal = APInt(BitWidth, ((int(*)())(intptr_t)FPtr)());
196 rv.IntVal = APInt(BitWidth, ((int64_t(*)())(intptr_t)FPtr)());
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 496 void *FPtr = getPointerToFunction(F);
498 assert(FPtr && "Pointer to fn's code was null after getPointerToFunction");
517 (int(*)(int, char **, const char **))(intptr_t)FPtr;
530 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
543 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
559 rv.IntVal = APInt(BitWidth, ((bool(*)())(intptr_t)FPtr)());
561 rv.IntVal = APInt(BitWidth, ((char(*)())(intptr_t)FPtr)());
563 rv.IntVal = APInt(BitWidth, ((short(*)())(intptr_t)FPtr)());
565 rv.IntVal = APInt(BitWidth, ((int(*)())(intptr_t)FPtr)());
567 rv.IntVal = APInt(BitWidth, ((int64_t(*)())(intptr_t)FPtr)());
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
toy.cpp 515 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
519 double (*FP)() = (double (*)())(intptr_t)FPtr;
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
toy.cpp 760 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
764 double (*FP)() = (double (*)())(intptr_t)FPtr;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 391 void *FPtr = getPointerToFunction(F);
392 assert(FPtr && "Pointer to fn's code was null after getPointerToFunction");
411 (int(*)(int, char **, const char **))(intptr_t)FPtr;
424 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
437 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
453 rv.IntVal = APInt(BitWidth, ((bool(*)())(intptr_t)FPtr)());
455 rv.IntVal = APInt(BitWidth, ((char(*)())(intptr_t)FPtr)());
457 rv.IntVal = APInt(BitWidth, ((short(*)())(intptr_t)FPtr)());
459 rv.IntVal = APInt(BitWidth, ((int(*)())(intptr_t)FPtr)());
461 rv.IntVal = APInt(BitWidth, ((int64_t(*)())(intptr_t)FPtr)());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 1059 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1062 double (*FP)() = (double (*)())(intptr_t)FPtr;
    [all...]
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 1041 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1044 double (*FP)() = (double (*)())(intptr_t)FPtr;
    [all...]
toy.cpp     [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
toy.cpp 871 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
875 double (*FP)() = (double (*)())(intptr_t)FPtr;
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp 1034 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
1038 double (*FP)() = (double (*)())(intptr_t)FPtr;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c     [all...]
  /external/clang/test/CXX/drs/
dr2xx.cpp 570 typedef void (*FPtr)(double x[]);
573 FPtr fp = &f<3>;
576 FPtr gp = &g<>;
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 803 SDValue FPtr = Op.getOperand(2); // nested function
812 // LDAPF_u10 r11, fptr
817 // fptr:
818 // .word fptr
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 263 milliseconds