Searched refs:FPtr (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 516 void *FPtr = getPointerToFunction(F); in runFunction() local 537 (int(*)(int, char **, const char **))(intptr_t)FPtr; in runFunction() 563 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr; in runFunction() 579 rv.IntVal = APInt(BitWidth, ((bool(*)())(intptr_t)FPtr)()); in runFunction() 581 rv.IntVal = APInt(BitWidth, ((char(*)())(intptr_t)FPtr)()); in runFunction() 583 rv.IntVal = APInt(BitWidth, ((short(*)())(intptr_t)FPtr)()); in runFunction() 585 rv.IntVal = APInt(BitWidth, ((int(*)())(intptr_t)FPtr)()); in runFunction() 593 rv.IntVal = APInt(32, ((int(*)())(intptr_t)FPtr)()); in runFunction() 596 rv.FloatVal = ((float(*)())(intptr_t)FPtr)(); in runFunction() 599 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)(); in runFunction() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | executor_address_test.cpp | 61 void (*FPtr)() = FAddr.toPtr<void()>(); in TEST() local 63 EXPECT_EQ(FPtr, &F); in TEST()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TypeMetadataUtils.cpp | 26 bool *HasNonCallUses, Value *FPtr, uint64_t Offset, in findCallsAtConstantOffset() argument 28 for (const Use &U : FPtr->uses()) { in findCallsAtConstantOffset()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 539 const IntPtrT FPtr = swap(I->FunctionPointer); in createSymtab() local 540 if (!FPtr) in createSymtab() 542 Symtab.mapAddress(FPtr, swap(I->NameRef)); in createSymtab()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 855 SDValue FPtr = Op.getOperand(2); // nested function in LowerINIT_TRAMPOLINE() local 900 DAG.getStore(Chain, dl, FPtr, Addr, MachinePointerInfo(TrmpAddr, 16)); in LowerINIT_TRAMPOLINE()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 5589 if (auto *FPtr = dyn_cast<llvm::Function>(CalleePtr)) in EmitCall() local 5590 if (FPtr->hasFnAttribute(llvm::Attribute::NoUnwind)) in EmitCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3864 SDValue FPtr = Op.getOperand(2); // nested function in LowerINIT_TRAMPOLINE() local 3883 Entry.Node = FPtr; Args.push_back(Entry); in LowerINIT_TRAMPOLINE()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 27260 SDValue FPtr = Op.getOperand(2); // nested function in LowerINIT_TRAMPOLINE() local 27287 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr, in LowerINIT_TRAMPOLINE() 27371 Disp = DAG.getNode(ISD::SUB, dl, MVT::i32, FPtr, Addr); in LowerINIT_TRAMPOLINE()
|