OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Wrapper
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelLowering.h
52
//
Wrapper
- A
wrapper
node for TargetConstantPool, TargetExternalSymbol,
54
Wrapper
,
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
CSEInfo.h
198
/// Simple
wrapper
that does the following.
219
/// The actual analysis pass
wrapper
.
221
GISelCSEAnalysisWrapper
Wrapper
;
229
const GISelCSEAnalysisWrapper &getCSEWrapper() const { return
Wrapper
; }
230
GISelCSEAnalysisWrapper &getCSEWrapper() { return
Wrapper
; }
235
Wrapper
.releaseMemory();
236
Wrapper
.setComputed(false);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp
39
std::unique_ptr<OProfileWrapper>
Wrapper
;
46
:
Wrapper
(std::move(LibraryWrapper)) {
59
if (!
Wrapper
->op_open_agent()) {
69
if (
Wrapper
->isAgentAvailable()) {
70
if (
Wrapper
->op_close_agent() == -1) {
83
if (!
Wrapper
->isAgentAvailable()) {
107
if (
Wrapper
->op_write_native_code(Name.data(), Addr, (void *)Addr, Size) ==
130
if (
Wrapper
->op_write_debug_line_info((void *)Addr, num_entries,
143
if (
Wrapper
->isAgentAvailable()) {
162
if (
Wrapper
->op_unload_native_code(Addr) == -1)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Legalizer.cpp
10
/// instructions and the LegalizePass
wrapper
pass for the primary
202
// CSEInfo) to observe all changes. Use the
wrapper
observer.
318
GISelCSEAnalysisWrapper &
Wrapper
=
331
CSEInfo = &
Wrapper
.get(TPC.getCSEConfig());
389
// The next time get on the
wrapper
is called, it will force it to recompute
392
Wrapper
.setComputed(false);
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.h
85
/// A
wrapper
node for TargetConstantPool,
87
Wrapper
,
89
/// Special
wrapper
used under M68k PIC mode for PC
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.h
150
Wrapper
,
376
// (add (load (
wrapper
$gp, %got(sym)), %lo(sym))
381
SDValue GOT = DAG.getNode(MipsISD::
Wrapper
, DL, Ty, getGlobalReg(DAG, Ty),
395
// (load (
wrapper
$gp, %got(sym)))
400
SDValue Tgt = DAG.getNode(MipsISD::
Wrapper
, DL, Ty, getGlobalReg(DAG, Ty),
408
// (load (
wrapper
(add %hi(sym), $gp), %lo(sym)))
417
SDValue
Wrapper
= DAG.getNode(MipsISD::
Wrapper
, DL, Ty, Hi,
419
return DAG.getLoad(Ty, DL, Chain,
Wrapper
, PtrInfo);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostLegalizerCombiner.cpp
369
GISelCSEAnalysisWrapper &
Wrapper
=
371
auto *CSEInfo = &
Wrapper
.get(TPC->getCSEConfig());
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPreLegalizerCombiner.cpp
277
GISelCSEAnalysisWrapper &
Wrapper
=
279
auto *CSEInfo = &
Wrapper
.get(TPC->getCSEConfig());
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFixFunctionBitcasts.cpp
14
/// bitcasts of functions and rewrite them to use
wrapper
functions instead.
94
// Create a
wrapper
function with type Ty that calls F (which may have a
102
// I32 vs pointer type) then we don't create a
wrapper
at all (return nullptr
106
// module then generate
wrapper
that contains unreachable (i.e. abort at
116
// generate a
wrapper
.
120
Function *
Wrapper
= Function::Create(Ty, Function::PrivateLinkage,
122
BasicBlock *BB = BasicBlock::Create(M->getContext(), "body",
Wrapper
);
127
Function::arg_iterator AI =
Wrapper
->arg_begin();
128
Function::arg_iterator AE =
Wrapper
->arg_end();
208
// Create a new
wrapper
that simply contains `unreachable`
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp
48
IntelIttnotifyInfo(IntelJITEventsWrapper &
Wrapper
)
49
: ModuleObject(NULL), WrapperRef(
Wrapper
){};
123
std::unique_ptr<IntelJITEventsWrapper>
Wrapper
;
136
Wrapper
.reset(libraryWrapper);
160
IntelJITEventsWrapper&
Wrapper
,
167
Result.method_id =
Wrapper
.iJIT_GetNewMethodID();
200
std::make_unique<IntelIttnotifyInfo>(*
Wrapper
);
210
Wrapper
->iJitIttNotifyInfo(llvm::LoadBinaryModule,
289
FunctionDescToIntelJITFormat(*
Wrapper
, Name->data(), Addr, Size);
322
Wrapper
->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
565
///
Wrapper
of a MatcherInterface<T> *that allows copying.
1938
struct
Wrapper
{
1939
Wrapper
() : M(Func()) {}
1946
static llvm::ManagedStatic<
Wrapper
> Instance;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp
47
/// All the thread
wrapper
functions that have been used.
358
// If we have the only definition, we don't need a thread
wrapper
if we
363
// Otherwise, we need a thread
wrapper
unless we know that every
2759
// the thread
wrapper
instead of directly referencing the backing variable.
2764
/// Get the appropriate linkage for the
wrapper
function. This is essentially
2766
/// the
wrapper
emits a copy, and we want the linker to merge them.
2772
// For internal linkage variables, we don't need an external or weak
wrapper
.
2776
// If the thread
wrapper
is replaceable, give it appropriate linkage.
2787
// Mangle the name for the thread_local
wrapper
function.
2807
llvm::Function *
Wrapper
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
1618
MAKE_CASE(ARMISD::
Wrapper
)
2502
CPAddr = DAG.getNode(ARMISD::
Wrapper
, dl, MVT::i32, CPAddr);
2516
CPAddr = DAG.getNode(ARMISD::
Wrapper
, dl, MVT::i32, CPAddr);
2552
DAG.getNode(ARMISD::
Wrapper
, dl, PtrVt, Callee),
2568
CPAddr = DAG.getNode(ARMISD::
Wrapper
, dl, MVT::i32, CPAddr);
3231
// their target counterpart wrapped in the ARMISD::
Wrapper
node. Suppose N is
3270
return DAG.getNode(ARMISD::
Wrapper
, dl, MVT::i32, Res);
3297
CPAddr = DAG.getNode(ARMISD::
Wrapper
, DL, PtrVT, CPAddr);
3410
TLSIndex = DAG.getNode(ARMISD::
Wrapper
, DL, PtrVT, TLSIndex);
3424
DAG.getNode(ARMISD::
Wrapper
, DL, MVT::i32
[
all
...]
Completed in 74 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026