Searched refs:Operand (Results 151 - 175 of 239) sorted by relevance

12345678910

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp374 ExprResult Operand,
378 TypeSourceInfo *TInfo = GetTypeForDeclaratorCast(D, Operand.get()->getType());
382 return BuildBuiltinBitCastExpr(KWLoc, TInfo, Operand.get(), RParenLoc);
386 TypeSourceInfo *TSI, Expr *Operand,
388 CastOperation Op(*this, TSI->getType(), Operand);
393 if (!Operand->isTypeDependent() && !TSI->getType()->isDependentType()) {
373 ActOnBuiltinBitCastExpr(SourceLocation KWLoc, Declarator &D, ExprResult Operand, SourceLocation RParenLoc) argument
385 BuildBuiltinBitCastExpr(SourceLocation KWLoc, TypeSourceInfo *TSI, Expr *Operand, SourceLocation RParenLoc) argument
H A DTreeTransform.h1545 Expr *Operand) {
1546 return getSema().BuildObjCAtThrowStmt(AtLoc, Operand);
2991 TypeSourceInfo *Operand,
2993 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
3004 Expr *Operand,
3006 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
3015 TypeSourceInfo *Operand,
3017 return getSema().BuildCXXUuidof(Type, TypeidLoc, Operand, RParenLoc);
3025 Expr *Operand, SourceLocation RParenLoc) {
3026 return getSema().BuildCXXUuidof(Type, TypeidLoc, Operand, RParenLo
1544 RebuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Operand) argument
2989 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
3002 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument
3014 RebuildCXXUuidofExpr(QualType Type, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
3024 RebuildCXXUuidofExpr(QualType Type, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument
3112 RebuildCXXDeleteExpr(SourceLocation StartLoc, bool IsGlobalDelete, bool IsArrayForm, Expr *Operand) argument
7993 ExprResult Operand; local
11823 ExprResult Operand = getDerived().TransformExpr(E->getArgument()); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2299 SDValue Operand = Op.getOperand(0); local
2300 SDValue Log2Operand = DAG.getNode(ISD::FLOG2, SL, VT, Operand);
4358 SDValue AMDGPUTargetLowering::getSqrtEstimate(SDValue Operand, argument
4363 EVT VT = Operand.getValueType();
4367 return DAG.getNode(AMDGPUISD::RSQ, SDLoc(Operand), VT, Operand);
4376 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, argument
4379 EVT VT = Operand.getValueType();
4388 return DAG.getNode(AMDGPUISD::RCP, SDLoc(Operand), VT, Operand);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3318 // Returns Operand Index for the constant extended instruction.
4616 MachineOperand &Operand = MIB->getOperand(0); local
4617 if (Operand.isImm())
4618 Operand.setImm(Operand.getImm() | memShufDisabledMask);
4625 const MachineOperand &Operand = MIB.getOperand(0); local
4626 return (Operand.isImm() && (Operand.getImm() & memShufDisabledMask) != 0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2129 Value *Operand = Instr->getOperand(OpNum); local
2130 auto it = ReplaceOperandsWithMap.find(Operand);
2132 LLVM_DEBUG(dbgs() << "GVN replacing: " << *Operand << " with "
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1346 for (auto &Operand : OperandsToInstrument)
1347 instrumentMemAccess(Operand);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1440 Value *Operand = LI->getPointerOperand(); local
1445 if (Operand == Region.Call->getArgOperand(ArgIdx)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2369 const SCEV *Operand = Sum->getOperand(Op); local
2370 if (isa<SCEVConstant>(Operand)) {
2372 Constant = cast<SCEVConstant>(Operand);
2374 else if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Operand)) {
H A DScalarEvolution.cpp3527 "Operand types don't match!");
3976 for (const SCEV *Operand : MME->operands()) {
3977 const SCEV *Matched = MatchNotExpr(Operand);
8252 Instruction *Operand = dyn_cast<Instruction>(I->getOperand(i));
8253 if (!Operand) {
8258 Constant *C = EvaluateExpression(Operand, L, Vals, DL, TLI);
8259 Vals[Operand] = C;
12914 const SCEV *Operand = visit(Expr->getOperand());
12915 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Operand);
12926 return SE.getZeroExtendExpr(Operand, Exp
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h839 bool UpdateNodeTypeFromInst(unsigned ResNo, Record *Operand, TreePattern &TP);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp593 for (MachineOperand &Operand : Inst->explicit_operands()) {
594 assert(Operand.isReg() && "Invalid instruction in InsInstrs!");
595 if (Operand.getReg() == PPC::ZERO8) {
596 Placeholder = &Operand;
848 auto GetOperandInfo = [&](const MachineOperand &Operand, Register &Reg,
850 Reg = Operand.getReg();
852 KillFlag = Operand.isKill();
3140 assert(MI.getOperand(OpNo).isReg() && "Operand must be a REG");
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5226 QualType CheckAddressOfOperand(ExprResult &Operand, SourceLocation OpLoc);
6060 ExprResult Operand,
6064 Expr *Operand, SourceLocation RParenLoc);
6068 TypeSourceInfo *Operand,
6072 Expr *Operand,
6083 TypeSourceInfo *Operand,
6087 Expr *Operand,
6275 Expr *Operand);
6282 Expr *Operand, SourceLocation RParen);
6283 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp7237 ExprResult Operand = Actions.CorrectDelayedTyposInExpr( local
7265 if (Operand.isInvalid()) {
7271 Operand = Actions.HandleExprEvaluationContextForTypeof(Operand.get());
7272 if (Operand.isInvalid()) {
7281 DiagID, Operand.get(),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3305 SDValue Operand = StoredVal->getOperand(1-LoadOpNo); local
3309 if (auto *OperandC = dyn_cast<ConstantSDNode>(Operand)) {
3327 Operand = CurDAG->getTargetConstant(OperandV, SDLoc(Node), MemVT);
3330 Operand = CurDAG->getTargetConstant(OperandV, SDLoc(Node), MemVT);
3341 Segment, Operand, CopyTo, CopyTo.getValue(1)};
3346 Segment, Operand, InputChain};
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/
H A Daddmul_2.asm56 C Operand swap will require 8 LDDA and 8 FXTOD, which will mean 8 cycles.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1157 [](MachineOperand &Operand) { return Operand.isFI(); }))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1525 for (Value *Operand : I->operands()) {
1526 if (!canEvaluateShuffled(Operand, Mask, Depth - 1))
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp165 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
172 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dconfigure792 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1186 SDValue NVPTXTargetLowering::getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, argument
1197 SDLoc DL(Operand);
1198 EVT VT = Operand.getValueType();
1203 DAG.getConstant(IID, DL, MVT::i32), Operand);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3012 Operand // Operand reference, with optional modifier %c4. enumerator in enum:clang::GCCAsmStmt::AsmStringPiece::Kind
3027 : MyKind(Operand), Str(S), OperandNo(OpNo),
3031 bool isOperand() const { return MyKind == Operand; }
3054 //// flattening of named references like %[foo] to Operand AsmStringPiece's.
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5566 const Expr *const Operand = internal::getSubExpr(Node);
5567 return (Operand != nullptr &&
5568 InnerMatcher.matches(*Operand, Finder, Builder));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6883 for (auto &Operand : Operands) {
6884 if (static_cast<ARMOperand &>(*Operand).isVectorIndex() ||
6885 ((*Operand).isReg() &&
6887 (*Operand).getReg()) ||
6889 (*Operand).getReg())))) {
6895 for (auto &Operand : Operands) {
6899 if (static_cast<ARMOperand &>(*Operand).isVectorIndex() ||
6900 (Operand->isReg() &&
6902 Operand->getReg()))))
7618 // Find the condition code Operand t
8061 ARMOperand &Operand = static_cast<ARMOperand &>(*Operands[op]); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2692 // Operand should start from # or should be integer, emit error otherwise.
3114 StringRef Operand = Tok.getString(); local
3115 auto TSB = AArch64TSB::lookupTSBByName(Operand);
3116 auto DB = AArch64DB::lookupDBByName(Operand);
3182 StringRef Operand = Tok.getString(); local
3183 auto DB = AArch64DBnXS::lookupDBnXSByName(Operand);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3037 auto *Operand = dyn_cast<Instruction>(Instr->getOperand(op));
3039 if (!Operand || !OrigLoop->contains(Operand) ||
3040 (Cost->isUniformAfterVectorization(Operand, State.VF)))
4692 VPValue *Operand = Operands.getOperand(I);
4694 Indices.push_back(State.get(Operand, VPIteration(0, 0)));
4696 Indices.push_back(State.get(Operand, Part));

Completed in 826 milliseconds

12345678910