Searched refs:FPtr (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp30 void *FPtr = getPointerToFunction(F); local
31 assert(FPtr && "Pointer to fn's code was null after getPointerToFunction");
50 (int (*)(int, char **, const char **))(intptr_t)FPtr;
63 int (*PF)(int, char **) = (int (*)(int, char **))(intptr_t)FPtr;
75 int (*PF)(int) = (int (*)(int))(intptr_t)FPtr;
92 rv.IntVal = APInt(BitWidth, ((bool (*)())(intptr_t)FPtr)());
94 rv.IntVal = APInt(BitWidth, ((char (*)())(intptr_t)FPtr)());
96 rv.IntVal = APInt(BitWidth, ((short (*)())(intptr_t)FPtr)());
98 rv.IntVal = APInt(BitWidth, ((int (*)())(intptr_t)FPtr)());
100 rv.IntVal = APInt(BitWidth, ((int64_t (*)())(intptr_t)FPtr)());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp510 void *FPtr = getPointerToFunction(F); local
512 assert(FPtr && "Pointer to fn's code was null after getPointerToFunction");
531 (int(*)(int, char **, const char **))(intptr_t)FPtr;
544 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
557 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
573 rv.IntVal = APInt(BitWidth, ((bool(*)())(intptr_t)FPtr)());
575 rv.IntVal = APInt(BitWidth, ((char(*)())(intptr_t)FPtr)());
577 rv.IntVal = APInt(BitWidth, ((short(*)())(intptr_t)FPtr)());
579 rv.IntVal = APInt(BitWidth, ((int(*)())(intptr_t)FPtr)());
581 rv.IntVal = APInt(BitWidth, ((int64_t(*)())(intptr_t)FPtr)());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp22 // Search for virtual calls that call FPtr and add them to DevirtCalls.
25 bool *HasNonCallUses, Value *FPtr, uint64_t Offset,
27 for (const Use &U : FPtr->uses()) {
24 findCallsAtConstantOffset(SmallVectorImpl<DevirtCallSite> &DevirtCalls, bool *HasNonCallUses, Value *FPtr, uint64_t Offset, const CallInst *CI, DominatorTree &DT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp108 for (const auto &FPtr : Functions)
109 FPtr->print(OS);
120 for (const auto &FPtr : Functions)
121 FPtr->collectLineCounts(FI);
H A DInstrProfReader.cpp347 const IntPtrT FPtr = swap(I->FunctionPointer);
348 if (!FPtr)
350 Symtab.mapAddress(FPtr, I->NameRef);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp864 SDValue FPtr = Op.getOperand(2); // nested function local
909 DAG.getStore(Chain, dl, FPtr, Addr, MachinePointerInfo(TrmpAddr, 16));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3216 SDValue FPtr = Op.getOperand(2); // nested function local
3235 Entry.Node = FPtr; Args.push_back(Entry);
3238 // Lower to a call to __trampoline_setup(Trmp, TrampSize, FPtr, ctx_reg)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25235 SDValue FPtr = Op.getOperand(2); // nested function
25263 DAG.getStore(Root, dl, FPtr, Addr, MachinePointerInfo(TrmpAddr, 2),
25347 Disp = DAG.getNode(ISD::SUB, dl, MVT::i32, FPtr, Addr);
[all...]

Completed in 402 milliseconds