OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsIndirect
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp
47
bool
IsIndirect
= (TargetFlags & (AArch64II::MO_DLLIMPORT | AArch64II::MO_COFFSTUB));
48
if (!
IsIndirect
)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h
149
bool
IsIndirect
;
157
bool
IsIndirect
, DebugLoc DL, unsigned O, bool IsVariadic)
162
Var(Var), Expr(Expr), DL(DL), Order(O),
IsIndirect
(
IsIndirect
),
165
assert(!(IsVariadic &&
IsIndirect
));
209
bool
isIndirect
() const { return
IsIndirect
; }
FastISel.cpp
1263
TII.get(TargetOpcode::DBG_VALUE), /*
IsIndirect
*/ true,
1306
bool
IsIndirect
= false;
1307
BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, II,
IsIndirect
, Reg,
SelectionDAGISel.cpp
608
bool
IsIndirect
= MI->isIndirectDebugValue();
609
if (
IsIndirect
)
618
IsIndirect
, LDI->second, Variable, Expr);
641
BuildMI(*MF, DL, TII->get(TargetOpcode::DBG_VALUE),
IsIndirect
,
SelectionDAGBuilder.cpp
1153
/*
IsIndirect
=*/false, DL, Order, /*IsVariadic=*/true);
1435
/*
IsIndirect
=*/false, dl, SDNodeOrder, IsVariadic);
5573
bool
IsIndirect
= false;
5595
IsIndirect
= IsDbgDeclare;
5661
IsIndirect
= IsDbgDeclare;
5675
IsIndirect
= (Op->isReg()) ?
IsIndirect
: true;
5677
BuildMI(MF, DL, TII->get(TargetOpcode::DBG_VALUE),
IsIndirect
,
5701
/*
IsIndirect
*/ false, dl, DbgSDNodeOrder);
5704
/*
IsIndirect
*/ false, dl, DbgSDNodeOrder)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h
1107
const bool
IsIndirect
: 1;
1112
bool IsPatchPoint, bool
IsIndirect
, bool HasNest, bool NoMerge)
1114
IsPatchPoint(IsPatchPoint),
IsIndirect
(
IsIndirect
),
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp
602
bool
IsIndirect
= MI.isIndirectDebugValue();
606
if (
IsIndirect
)
621
return BuildMI(*MBB, MBB->erase(&MI), DL, TII->get(Opcode),
IsIndirect
,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.cpp
414
void addDef(SlotIndex Idx, ArrayRef<MachineOperand> LocMOs, bool
IsIndirect
,
419
DbgVariableValue DbgValue(Locs,
IsIndirect
, IsList, Expr);
821
bool
IsIndirect
= MI.isDebugOffsetImm();
822
if (
IsIndirect
)
833
IsIndirect
, IsList, *Expr);
1594
bool
IsIndirect
= DbgValue.getWasIndirect();
1600
if (
IsIndirect
)
1603
IsIndirect
= true;
1619
BuildMI(*MBB, I, getDebugLoc(), TII.get(DbgValueOpcode),
IsIndirect
, MOs,
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
468
bool
IsIndirect
= CallParams.getOperand(0).isReg();
472
if (
IsIndirect
&& IsRetCall) {
474
} else if (
IsIndirect
) {
490
if (
IsIndirect
&& MF.getSubtarget<WebAssemblySubtarget>().hasAddr64()) {
501
if (
IsIndirect
) {
510
if (
IsIndirect
) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp
352
/// \param
IsIndirect
- Values of this type are passed indirectly.
363
QualType ValueTy, bool
IsIndirect
,
369
if (
IsIndirect
) {
379
if (
IsIndirect
)
387
if (
IsIndirect
) {
653
if (AI.
isIndirect
()) {
916
bool
IsIndirect
= isAggregateTypeForABI(Ty) &&
919
return emitVoidPtrVAArg(CGF, VAListAddr, Ty,
IsIndirect
,
1929
} else if (FI.getReturnInfo().
isIndirect
()) {
1976
bool
IsIndirect
= false
[
all
...]
Completed in 69 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026