| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanSLP.cpp | 210 static SmallVector<VPValue *, 4> getOperands(ArrayRef<VPValue *> Values, in getOperands() function 227 getOperands(ArrayRef<VPValue *> Values) { in getOperands() function 235 Result.push_back(getOperands(Values, 0)); in getOperands() 239 Result.push_back(getOperands(Values, I)); in getOperands() 453 for (auto &Operands : getOperands(Values)) { in buildGraph() 497 for (auto &Operands : getOperands(Values)) in buildGraph()
|
| H A D | SLPVectorizer.cpp | 9494 ArrayRef<Value *> getOperands(unsigned I) const { return Operands[I]; } in getOperands() function in __anon07b2d7748811::PHIHandler 9792 Operands[I].assign(Handler.getOperands(I).begin(), in buildOriginalOperands() 9793 Handler.getOperands(I).end()); in buildOriginalOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 244 getRelaxedOpcode(Inst.getOpcode(), Inst.getOperands(), STI) && in relaxInstruction() 256 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode(), Inst.getOperands(), STI)); in relaxInstruction() 272 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode(), Inst.getOperands(), STI)); in relaxInstruction() 295 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode(), Inst.getOperands(), STI)); in relaxInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInst.h | 214 ArrayRef<MCOperand> getOperands() const { return Operands; } in getOperands() function
|
| H A D | MCSection.h | 443 ArrayRef<MCOperand> getOperands() const { in getOperands() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 797 if (mayNeedRelaxation(RF.getOpcode(), RF.getOperands(), in padInstructionViaPrefix() 845 if (!mayNeedRelaxation(RF.getOpcode(), RF.getOperands(), in padInstructionViaRelaxation() 955 if (mayNeedRelaxation(RF.getOpcode(), RF.getOperands(), in finishLayout()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 356 if (!(Backend.mayNeedRelaxation(Inst.getOpcode(), Inst.getOperands(), STI) || in emitInstructionImpl() 370 while (Backend.mayNeedRelaxation(Relaxed.getOpcode(), Relaxed.getOperands(), in emitInstructionImpl()
|
| H A D | MCAssembler.cpp | 867 if (!getBackend().mayNeedRelaxation(F.getOpcode(), F.getOperands(), in relaxInstruction()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SPIR.cpp | 416 for (auto &Operand : SpirvType->getOperands()) { in getInlineSpirvType()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | FlattenCFG.cpp | 182 rewriter.replaceOpWithNewOp<cir::BrOp>(yieldOp, yieldOp.getOperands(), in rewriteYieldOp()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 871 rewriter.replaceOpWithNewOp<mlir::LLVM::ReturnOp>(op, adaptor.getOperands()); in matchAndRewrite() 904 assert(!op->getOperands().empty() && in rewriteCallOrInvoke() 906 auto calleeTy = op->getOperands().front().getType(); in rewriteCallOrInvoke() 932 return rewriteCallOrInvoke(op.getOperation(), adaptor.getOperands(), rewriter, in matchAndRewrite() 2118 rewriter.replaceOpWithNewOp<mlir::LLVM::BrOp>(op, adaptor.getOperands(), in matchAndRewrite()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1192 for (size_t I = 0; I < cast<HLSLInlineSpirvType>(T1)->getOperands().size(); in IsStructurallyEquivalent() 1194 if (cast<HLSLInlineSpirvType>(T1)->getOperands()[I] != in IsStructurallyEquivalent() 1195 cast<HLSLInlineSpirvType>(T2)->getOperands()[I]) { in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 2170 for (auto &Operand : T->getOperands()) { in printHLSLInlineSpirvBefore()
|
| H A D | ASTContext.cpp | 11963 for (size_t I = 0; I < LHSTy->getOperands().size(); I++) in mergeTypes() 11964 if (LHSTy->getOperands()[I] != RHSTy->getOperands()[I]) in mergeTypes()
|
| H A D | ItaniumMangle.cpp | 4714 for (auto &Operand : T->getOperands()) { in mangleType()
|
| H A D | ASTImporter.cpp | 2024 for (auto &Operand : T->getOperands()) { in VisitHLSLInlineSpirvType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 454 for (auto &Operand : T->getOperands()) { in VisitHLSLInlineSpirvType()
|
| H A D | TypeProperties.td | 719 let Read = [{ node->getOperands() }];
|
| H A D | Type.h | 6489 ArrayRef<SpirvOperand> getOperands() const { 6497 Profile(ID, Opcode, Size, Alignment, getOperands());
|
| H A D | RecursiveASTVisitor.h | 1158 for (auto &Operand : T->getOperands()) {
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 3553 auto getOperands = [&](unsigned OpNum) -> auto { in getInvertibleOperands() local 3576 return getOperands(1); in getInvertibleOperands() 3578 return getOperands(0); in getInvertibleOperands() 3594 return getOperands(0); in getInvertibleOperands() 3607 return getOperands(0); in getInvertibleOperands() 3618 return getOperands(0); in getInvertibleOperands() 3624 return getOperands(0); in getInvertibleOperands()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRDialect.cpp | 691 printer.printFunctionalType(op->getOperands().getTypes(), in printCallCommon()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 69 // op, adaptor.getOperands()[0], adaptor.getOperands()[1]);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 6320 for (auto &Operand : T->getOperands()) in VisitHLSLInlineSpirvType()
|