Searched refs:Operand (Results 101 - 125 of 239) sorted by relevance

12345678910

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DNodes.cpp61 case syntax::NodeRole::Operand:
62 return OS << "Operand";
209 return cast_or_null<syntax::Expression>(findChild(syntax::NodeRole::Operand));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp551 MCOperand const &Operand = local
553 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr()))
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacutils.h854 UINT64 Operand,
860 UINT64 Operand,
H A Dacinterp.h92 #define ACPI_EXD_LIST 14 /* Operand object list */
533 ACPI_OPERAND_OBJECT *Operand,
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h1035 UINT64 Operand,
1040 UINT64 Operand,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp2255 ExprResult Operand; local
2292 Operand = ParseCastExpression(UnaryExprOnly);
2301 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
2317 if (!Operand.isInvalid())
2318 Operand = ParsePostfixExpressionSuffix(Operand.get());
2324 return Operand;
2405 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, local
2431 if (!Operand.isInvalid())
2432 Operand
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp219 for (const Operand &Op : Instr.Operands)
225 for (const Operand &Op : Instr.Operands)
811 const Operand &Op = Instr.getPrimaryOperand(Var);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp380 MachineOperand Operand; member in struct:__anon1800::ParsedMachineOperand
385 ParsedMachineOperand(const MachineOperand &Operand, StringRef::iterator Begin, argument
387 : Operand(Operand), Begin(Begin), End(End), TiedDefIdx(TiedDefIdx) {
389 assert(Operand.isReg() && Operand.isUse() &&
1074 for (const auto &Operand : Operands)
1075 MI->addOperand(MF, Operand.Operand);
1188 if (ImplicitOperand.isIdenticalTo(I.Operand))
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp315 for (const auto *Operand : LinkerOptions->operands()) {
316 if (cast<MDNode>(Operand)->getNumOperands() != 2)
318 for (const auto &Option : cast<MDNode>(Operand)->operands()) {
331 for (const auto *Operand : DependentLibraries->operands()) {
333 cast<MDString>(cast<MDNode>(Operand)->getOperand(0))->getString());
345 for (const auto *Operand : FuncInfo->operands()) {
346 const auto *MD = cast<MDNode>(Operand);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5955 MCParsedAsmOperand &Operand = *Info.ParsedOperands[i]; local
5958 if (Operand.isReg() && !Operand.needAddressOf() &&
5959 !getTargetParser().OmitRegisterFromClobberLists(Operand.getReg())) {
5962 if (NumDefs && Operand.getMCOperandNum() < NumDefs)
5963 ClobberRegs.push_back(Operand.getReg());
5968 StringRef SymName = Operand.getSymName();
5972 void *OpDecl = Operand.getOpDecl();
5976 StringRef Constraint = Operand.getConstraint();
5977 if (Operand
[all...]
H A DMasmParser.cpp7088 MCParsedAsmOperand &Operand = *Info.ParsedOperands[i]; local
7091 if (Operand.isReg() && !Operand.needAddressOf() &&
7092 !getTargetParser().OmitRegisterFromClobberLists(Operand.getReg())) {
7095 if (NumDefs && Operand.getMCOperandNum() < NumDefs)
7096 ClobberRegs.push_back(Operand.getReg());
7101 StringRef SymName = Operand.getSymName();
7105 void *OpDecl = Operand.getOpDecl();
7109 StringRef Constraint = Operand.getConstraint();
7110 if (Operand
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp518 TypeSourceInfo *Operand,
527 = Context.getUnqualifiedArrayType(Operand->getType().getNonReferenceType(),
539 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand,
718 TypeSourceInfo *Operand,
721 if (!Operand->getType()->isDependentType()) {
723 getUuidAttrOfType(*this, Operand->getType(), UuidAttrs);
732 CXXUuidofExpr(Type, Operand, Guid, SourceRange(TypeidLoc, RParenLoc));
7753 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
7758 ExprResult R = CheckPlaceholderExpr(Operand);
7766 Operand
516 BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
716 BuildCXXUuidof(QualType Type, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp449 for (auto &Operand : MI) {
450 if (!Operand.isExpr())
452 const MCExpr &Expr = *Operand.getExpr();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp676 MachineOperand Operand = ElemDef->getOperand(1); local
678 RDA.getUniqueReachingMIDef(ElemDef, Operand.getReg().asMCReg()) ==
680 Operand.getReg().asMCReg())) {
681 TPNumElements = Operand;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp590 Assert(I.getOperand(i) != nullptr, "Operand is null", &I);
5366 Value *Operand = FPI.getArgOperand(0); local
5368 Assert(Operand->getType()->isFPOrFPVectorTy(),
5370 if (auto *OperandT = dyn_cast<VectorType>(Operand->getType())) {
5374 Operand = &FPI;
5375 Assert((NumSrcElem > 0) == Operand->getType()->isVectorTy(),
5377 Assert(Operand->getType()->isIntOrIntVectorTy(),
5379 if (auto *OperandT = dyn_cast<VectorType>(Operand->getType())) {
5389 Value *Operand = FPI.getArgOperand(0); local
5391 Assert(Operand
5411 Value *Operand = FPI.getArgOperand(0); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h87 Operand, member in class:clang::syntax::NodeRole
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1295 MCParsedAsmOperand &Operand = *Operands[i]; local
1299 unsigned Res = validateOperandClass(Operand, Kind);
1301 return Error(Operand.getStartLoc(), "unexpected operand type");
1304 SystemZOperand &ZOperand = static_cast<SystemZOperand &>(Operand);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h532 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dieee754-df.S1283 movls r0, #1 @ Operand 2 is less than or equal to operand 1.
1284 movhi r0, #0 @ Operand 2 greater than operand 1, or unordered.
1299 movcc r0, #1 @ Operand 2 is less than operand 1.
1300 movcs r0, #0 @ Operand 2 is greater than or equal to operand 1,
H A Dieee754-sf.S967 movls r0, #1 @ Operand 2 is less than or equal to operand 1.
968 movhi r0, #0 @ Operand 2 greater than operand 1, or unordered.
983 movcc r0, #1 @ Operand 2 is less than operand 1.
984 movcs r0, #0 @ Operand 2 is greater than or equal to operand 1,
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dieee754-df.S1283 movls r0, #1 @ Operand 2 is less than or equal to operand 1.
1284 movhi r0, #0 @ Operand 2 greater than operand 1, or unordered.
1299 movcc r0, #1 @ Operand 2 is less than operand 1.
1300 movcs r0, #0 @ Operand 2 is greater than or equal to operand 1,
H A Dieee754-sf.S967 movls r0, #1 @ Operand 2 is less than or equal to operand 1.
968 movhi r0, #0 @ Operand 2 greater than operand 1, or unordered.
983 movcc r0, #1 @ Operand 2 is less than operand 1.
984 movcs r0, #0 @ Operand 2 is greater than or equal to operand 1,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp570 unsigned Operand = (EncodedLineDelta << 4) | CodeDelta; local
573 compressAnnotation(Operand, Buffer);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp346 // Get corresponding Operand
347 MachineOperand &Operand = MI.getOperand( local
358 Lits.push_back(&Operand);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp103 for (Value *Operand : I->operands())
104 if (!makeLoopInvariant(Operand, Changed, InsertPt, MSSAU))

Completed in 530 milliseconds

12345678910