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

  /external/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/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/lib/CodeGen/AsmPrinter/
DwarfDebug.h 96 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, const ConstantFP *FPtr)
98 Constant(true) { Constants.CFP = FPtr; EntryKind = E_ConstantFP; }
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 515 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
519 double (*FP)() = (double (*)())(intptr_t)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/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/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 77 milliseconds