Searched refs:Implicit (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2170 MIB.addReg(R, RegState::Implicit);
2274 MIB.addReg(R, RegState::Implicit);
2416 MIB.addReg(R, RegState::Implicit);
H A DARMISelLowering.cpp10874 .addReg(ARM::R4, RegState::Implicit | RegState::Kill)
10875 .addReg(ARM::R4, RegState::Implicit | RegState::Define)
10877 RegState::Implicit | RegState::Define | RegState::Dead)
10879 RegState::Implicit | RegState::Define | RegState::Dead);
10890 .addReg(ARM::R4, RegState::Implicit | RegState::Kill)
10891 .addReg(ARM::R4, RegState::Implicit | RegState::Define)
10893 RegState::Implicit | RegState::Define | RegState::Dead)
10895 RegState::Implicit | RegState::Define | RegState::Dead);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1468 bool Implicit = Record.readInt() != 0; local
1469 if (Implicit) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1373 Flags |= RegState::Implicit;
1553 Reg, Flags & RegState::Define, Flags & RegState::Implicit,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1872 // Implicit arg ptr takes the place of the kernarg segment pointer. This is a
3621 .addReg(SrcReg, RegState::Implicit)
3622 .addReg(AMDGPU::M0, RegState::Implicit);
3627 .addReg(SrcReg, RegState::Implicit);
3650 .addReg(SrcReg, RegState::Implicit)
3651 .addReg(AMDGPU::M0, RegState::Implicit);
3656 .addReg(SrcReg, RegState::Implicit);
4094 .addReg(Info->getStackPtrOffsetReg(), RegState::Implicit)
4095 .addReg(Info->getFrameOffsetReg(), RegState::Implicit);
H A DAMDGPULegalizerInfo.cpp4122 .addReg(SGPR01, RegState::Implicit);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1618 llvm::Value *Implicit = local
1622 /*ImplicitParam=*/Implicit,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2948 MIB.addReg(C.first, RegState::Implicit);
2949 MIB.addReg(C.first, RegState::Implicit | RegState::Define);
6227 RegState::Implicit |
7933 "Implicit def isn't flags?");
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5031 if (OMPClause *Implicit = ActOnOpenMPFirstprivateClause(
5034 ClausesWithImplicit.push_back(Implicit);
5035 ErrorFound = cast<OMPFirstprivateClause>(Implicit)->varlist_size() !=
5049 if (OMPClause *Implicit = ActOnOpenMPMapClause(
5053 ClausesWithImplicit.emplace_back(Implicit);
5055 cast<OMPMapClause>(Implicit)->varlist_size() != ImplicitMap.size();
H A DSemaDeclAttr.cpp2265 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated,
2412 Avail->setImplicit(Implicit);
2457 ND, AL, II, false /*Implicit*/, Introduced.Version, Deprecated.Version,
2497 ND, AL, NewII, true /*Implicit*/, NewIntroduced, NewDeprecated,
2515 ND, AL, NewII, true /*Implicit*/, Introduced.Version,
2263 mergeAvailabilityAttr( NamedDecl *D, const AttributeCommonInfo &CI, IdentifierInfo *Platform, bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, VersionTuple Obsoleted, bool IsUnavailable, StringRef Message, bool IsStrict, StringRef Replacement, AvailabilityMergeKind AMK, int Priority) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3314 MIB.addReg(Reg, RegState::Implicit);
3942 MIB.addReg(RetReg, RegState::Implicit);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2960 .addDef(AArch64::X0, RegState::Implicit)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3017 IdentifierInfo *Platform, bool Implicit,

Completed in 575 milliseconds

123