Home
last modified time | relevance | path

Searched defs:Op (Results 1 – 25 of 1460) sorted by relevance

12345678910>>...59

/external/google-fruit/include/fruit/impl/
Dcomponent.defn.h55 using Op = typename fruit::impl::meta::OpForComponent<Bindings...>::template ConvertTo<Comp>; in Component() local
87 using Op = OpFor<fruit::impl::Bind<AnnotatedI, AnnotatedC>>; in bind() local
97 using Op = OpFor<fruit::impl::RegisterConstructor<AnnotatedSignature>>; in registerConstructor() local
107 using Op = OpFor<fruit::impl::BindInstance<C, C>>; in bindInstance() local
116 using Op = OpFor<fruit::impl::BindConstInstance<C, C>>; in bindInstance() local
125 using Op = OpFor<fruit::impl::BindInstance<AnnotatedC, C>>; in bindInstance() local
134 using Op = OpFor<fruit::impl::BindConstInstance<AnnotatedC, C>>; in bindInstance() local
143 using Op = OpFor<fruit::impl::RegisterProvider<Lambda>>; in registerProvider() local
152 using Op = OpFor<fruit::impl::RegisterProvider<AnnotatedSignature, Lambda>>; in registerProvider() local
161 using Op = OpFor<fruit::impl::AddMultibinding<AnnotatedI, AnnotatedC>>; in addMultibinding() local
[all …]
/external/llvm/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.cpp72 void X86ATTInstPrinter::printSSEAVXCC(const MCInst *MI, unsigned Op, in printSSEAVXCC()
112 void X86ATTInstPrinter::printXOPCC(const MCInst *MI, unsigned Op, in printXOPCC()
128 void X86ATTInstPrinter::printRoundingControl(const MCInst *MI, unsigned Op, in printRoundingControl()
144 const MCOperand &Op = MI->getOperand(OpNo); in printPCRelImm() local
164 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
195 void X86ATTInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
239 void X86ATTInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
258 void X86ATTInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
269 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
292 void X86ATTInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
DX86IntelInstPrinter.cpp54 void X86IntelInstPrinter::printSSEAVXCC(const MCInst *MI, unsigned Op, in printSSEAVXCC()
94 void X86IntelInstPrinter::printXOPCC(const MCInst *MI, unsigned Op, in printXOPCC()
110 void X86IntelInstPrinter::printRoundingControl(const MCInst *MI, unsigned Op, in printRoundingControl()
125 const MCOperand &Op = MI->getOperand(OpNo); in printPCRelImm() local
146 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
157 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
209 void X86IntelInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
223 void X86IntelInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
231 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
254 void X86IntelInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h253 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger()
262 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger()
271 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger()
282 SDValue SExtOrZExtPromotedInteger(SDValue Op) { in SExtOrZExtPromotedInteger()
492 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat()
650 SDValue GetPromotedFloat(SDValue Op) { in GetPromotedFloat()
690 SDValue GetSoftPromotedHalf(SDValue Op) { in GetSoftPromotedHalf()
732 SDValue GetScalarizedVector(SDValue Op) { in GetScalarizedVector()
866 SDValue GetWidenedVector(SDValue Op) { in GetWidenedVector()
976 void GetSplitOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetSplitOp()
[all …]
DLegalizeTypes.cpp306 const auto Op = N->getOperand(i); in run() local
517 SDValue Op = OrigOp; in AnalyzeNewNode() local
706 void DAGTypeLegalizer::SetPromotedInteger(SDValue Op, SDValue Result) { in SetPromotedInteger()
720 void DAGTypeLegalizer::SetSoftenedFloat(SDValue Op, SDValue Result) { in SetSoftenedFloat()
731 void DAGTypeLegalizer::SetPromotedFloat(SDValue Op, SDValue Result) { in SetPromotedFloat()
742 void DAGTypeLegalizer::SetSoftPromotedHalf(SDValue Op, SDValue Result) { in SetSoftPromotedHalf()
752 void DAGTypeLegalizer::SetScalarizedVector(SDValue Op, SDValue Result) { in SetScalarizedVector()
768 void DAGTypeLegalizer::GetExpandedInteger(SDValue Op, SDValue &Lo, in GetExpandedInteger()
776 void DAGTypeLegalizer::SetExpandedInteger(SDValue Op, SDValue Lo, in SetExpandedInteger()
805 void DAGTypeLegalizer::GetExpandedFloat(SDValue Op, SDValue &Lo, in GetExpandedFloat()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h208 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger()
217 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger()
226 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger()
401 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat()
547 SDValue GetPromotedFloat(SDValue Op) { in GetPromotedFloat()
587 SDValue GetScalarizedVector(SDValue Op) { in GetScalarizedVector()
697 SDValue GetWidenedVector(SDValue Op) { in GetWidenedVector()
797 void GetSplitOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetSplitOp()
826 void GetExpandedOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetExpandedOp()
DLegalizeVectorOps.cpp179 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDValue Result) { in TranslateLegalizeResults()
186 SDValue VectorLegalizer::LegalizeOp(SDValue Op) { in LegalizeOp()
196 for (const SDValue &Op : Node->op_values()) in LegalizeOp() local
383 SDValue VectorLegalizer::Promote(SDValue Op) { in Promote()
432 SDValue VectorLegalizer::PromoteINT_TO_FP(SDValue Op) { in PromoteINT_TO_FP()
468 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op, bool isSigned) { in PromoteFP_TO_INT()
494 SDValue VectorLegalizer::ExpandLoad(SDValue Op) { in ExpandLoad()
638 SDValue VectorLegalizer::ExpandStore(SDValue Op) { in ExpandStore()
677 SDValue VectorLegalizer::Expand(SDValue Op) { in Expand()
709 SDValue VectorLegalizer::ExpandSELECT(SDValue Op) { in ExpandSELECT()
[all …]
DLegalizeTypes.cpp491 SDValue Op = OrigOp; in AnalyzeNewNode() local
750 void DAGTypeLegalizer::SetPromotedInteger(SDValue Op, SDValue Result) { in SetPromotedInteger()
761 void DAGTypeLegalizer::SetSoftenedFloat(SDValue Op, SDValue Result) { in SetSoftenedFloat()
782 void DAGTypeLegalizer::SetPromotedFloat(SDValue Op, SDValue Result) { in SetPromotedFloat()
793 void DAGTypeLegalizer::SetScalarizedVector(SDValue Op, SDValue Result) { in SetScalarizedVector()
807 void DAGTypeLegalizer::GetExpandedInteger(SDValue Op, SDValue &Lo, in GetExpandedInteger()
817 void DAGTypeLegalizer::SetExpandedInteger(SDValue Op, SDValue Lo, in SetExpandedInteger()
834 void DAGTypeLegalizer::GetExpandedFloat(SDValue Op, SDValue &Lo, in GetExpandedFloat()
844 void DAGTypeLegalizer::SetExpandedFloat(SDValue Op, SDValue Lo, in SetExpandedFloat()
861 void DAGTypeLegalizer::GetSplitVector(SDValue Op, SDValue &Lo, in GetSplitVector()
[all …]
/external/skia/src/gpu/
DGrAuditTrail.h108 struct Op { struct
109 int fClientID;
110 SkRect fBounds;
127 struct Op { struct
133 int fOpsTaskID; argument
136 typedef SkTArray<std::unique_ptr<Op>, true> OpPool; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h241 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger()
250 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger()
259 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger()
270 SDValue SExtOrZExtPromotedInteger(SDValue Op) { in SExtOrZExtPromotedInteger()
468 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat()
619 SDValue GetPromotedFloat(SDValue Op) { in GetPromotedFloat()
660 SDValue GetScalarizedVector(SDValue Op) { in GetScalarizedVector()
785 SDValue GetWidenedVector(SDValue Op) { in GetWidenedVector()
902 void GetSplitOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetSplitOp()
933 void GetExpandedOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetExpandedOp()
DLegalizeTypes.cpp293 const auto Op = N->getOperand(i); in run() local
497 SDValue Op = OrigOp; in AnalyzeNewNode() local
686 void DAGTypeLegalizer::SetPromotedInteger(SDValue Op, SDValue Result) { in SetPromotedInteger()
700 void DAGTypeLegalizer::SetSoftenedFloat(SDValue Op, SDValue Result) { in SetSoftenedFloat()
711 void DAGTypeLegalizer::SetPromotedFloat(SDValue Op, SDValue Result) { in SetPromotedFloat()
722 void DAGTypeLegalizer::SetScalarizedVector(SDValue Op, SDValue Result) { in SetScalarizedVector()
735 void DAGTypeLegalizer::GetExpandedInteger(SDValue Op, SDValue &Lo, in GetExpandedInteger()
743 void DAGTypeLegalizer::SetExpandedInteger(SDValue Op, SDValue Lo, in SetExpandedInteger()
772 void DAGTypeLegalizer::GetExpandedFloat(SDValue Op, SDValue &Lo, in GetExpandedFloat()
780 void DAGTypeLegalizer::SetExpandedFloat(SDValue Op, SDValue Lo, in SetExpandedFloat()
[all …]
/external/skqp/include/private/
DGrAuditTrail.h108 struct Op { struct
109 int fClientID;
110 SkRect fBounds;
127 struct Op { struct
133 int fOpListID; argument
136 typedef SkTArray<std::unique_ptr<Op>, true> OpPool; argument
/external/llvm-project/clang/lib/Tooling/Transformer/
DSourceCodeBuilders.cpp43 if (const auto *Op = dyn_cast<CXXOperatorCallExpr>(Expr)) in mayEverNeedParens() local
55 if (const auto *Op = dyn_cast<CXXOperatorCallExpr>(Expr)) in needParensAfterUnaryOperator() local
75 if (const auto *Op = dyn_cast<UnaryOperator>(&E)) in buildDereference() local
96 if (const auto *Op = dyn_cast<UnaryOperator>(&E)) in buildAddressOf() local
117 if (const auto *Op = llvm::dyn_cast<UnaryOperator>(&E)) in buildDot() local
141 if (const auto *Op = llvm::dyn_cast<UnaryOperator>(&E)) in buildArrow() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ATTInstPrinter.cpp355 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
386 void X86ATTInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
426 void X86ATTInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
440 void X86ATTInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
451 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
470 void X86ATTInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
481 const MCOperand &Op = MI->getOperand(OpNo); in printSTiRegOperand() local
DX86IntelInstPrinter.cpp332 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
344 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
392 void X86IntelInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
401 void X86IntelInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
409 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
428 void X86IntelInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
438 const MCOperand &Op = MI->getOperand(OpNo); in printSTiRegOperand() local
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86ATTInstPrinter.cpp355 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
386 void X86ATTInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
436 void X86ATTInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
450 void X86ATTInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
461 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
480 void X86ATTInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
491 const MCOperand &Op = MI->getOperand(OpNo); in printSTiRegOperand() local
DX86IntelInstPrinter.cpp332 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
344 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
401 void X86IntelInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
410 void X86IntelInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
418 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
437 void X86IntelInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
447 const MCOperand &Op = MI->getOperand(OpNo); in printSTiRegOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h116 MCOperand Op; in createReg() local
123 MCOperand Op; in createImm() local
130 MCOperand Op; in createFPImm() local
137 MCOperand Op; in createExpr() local
144 MCOperand Op; in createInst() local
171 void setOpcode(unsigned Op) { Opcode = Op; } in setOpcode()
184 void addOperand(const MCOperand &Op) { Operands.push_back(Op); } in addOperand()
198 iterator insert(iterator I, const MCOperand &Op) { in insert()
/external/llvm-project/llvm/include/llvm/MC/
DMCInst.h116 MCOperand Op; in createReg() local
123 MCOperand Op; in createImm() local
130 MCOperand Op; in createFPImm() local
137 MCOperand Op; in createExpr() local
144 MCOperand Op; in createInst() local
171 void setOpcode(unsigned Op) { Opcode = Op; } in setOpcode()
184 void addOperand(const MCOperand Op) { Operands.push_back(Op); } in addOperand()
198 iterator insert(iterator I, const MCOperand &Op) { in insert()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp78 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
94 if (!all_of(Operands, [Opcode, Width](VPValue *Op) { in areVectorizable()
104 if (any_of(Operands, [this](VPValue *Op) { in areVectorizable()
112 [](VPValue *Op) { return Op->hasMoreThanOneUniqueUser(); })) { in areVectorizable()
139 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
149 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
328 for (unsigned Op = 0, E = MultiNodeOps.size(); Op < E; ++Op) { in reorderMultiNodeOps() local
349 for (auto Op : Values) { in dumpBundle() local
412 VPInstruction *Op = new VPInstruction(0, {}); in buildGraph() local
/external/llvm-project/llvm/unittests/CodeGen/
DAArch64SelectionDAGTest.cpp96 auto Op = DAG->getNode(ISD::ZERO_EXTEND_VECTOR_INREG, Loc, OutVecVT, InVec); in TEST_F() local
111 auto Op = DAG->getNode(ISD::ZERO_EXTEND_VECTOR_INREG, Loc, OutVecVT, InVec); in TEST_F() local
130 auto Op = DAG->getNode(ISD::EXTRACT_SUBVECTOR, Loc, VecVT, Vec, ZeroIdx); in TEST_F() local
145 auto Op = DAG->getNode(ISD::SIGN_EXTEND_VECTOR_INREG, Loc, OutVecVT, InVec); in TEST_F() local
159 auto Op = DAG->getNode(ISD::SIGN_EXTEND_VECTOR_INREG, Loc, OutVecVT, InVec); in TEST_F() local
173 auto Op = DAG->getNode(ISD::EXTRACT_SUBVECTOR, Loc, VecVT, Vec, ZeroIdx); in TEST_F() local
190 auto Op = DAG->getNode(ISD::EXTRACT_SUBVECTOR, Loc, VecVT, Vec, ZeroIdx); in TEST_F() local
217 SDValue Op = DAG->getNode(ISD::AND, Loc, InVecVT, N0, Mask2V); in TEST_F() local
246 SDValue Op = DAG->getNode(ISD::AND, Loc, InVecVT, N0, Mask2V); in TEST_F() local
265 auto Op = DAG->getNode(ISD::ADD, Loc, IntVT, N0, N1); in TEST_F() local
[all …]
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp78 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
94 if (!all_of(Operands, [Opcode, Width](VPValue *Op) { in areVectorizable()
104 if (any_of(Operands, [this](VPValue *Op) { in areVectorizable()
112 [](VPValue *Op) { return Op->hasMoreThanOneUniqueUser(); })) { in areVectorizable()
139 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
149 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
331 for (unsigned Op = 0, E = MultiNodeOps.size(); Op < E; ++Op) { in reorderMultiNodeOps() local
352 for (auto Op : Values) { in dumpBundle() local
415 VPInstruction *Op = new VPInstruction(0, {}); in buildGraph() local
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp236 void EmitLEA(X86Operand &Op, unsigned Size, unsigned Reg, MCStreamer &Out) { in EmitLEA()
280 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperand()
311 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
320 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
330 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
338 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
416 MCParsedAsmOperand &Op = *Operands[Ix]; in InstrumentMOV() local
431 void X86AddressSanitizer::ComputeMemOperandAddress(X86Operand &Op, in ComputeMemOperandAddress()
466 X86AddressSanitizer::AddDisplacement(X86Operand &Op, int64_t Displacement, in AddDisplacement()
617 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandSmall()
[all …]
/external/llvm/include/llvm/MC/
DMCInst.h112 MCOperand Op; in createReg() local
118 MCOperand Op; in createImm() local
124 MCOperand Op; in createFPImm() local
130 MCOperand Op; in createExpr() local
136 MCOperand Op; in createInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h112 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} in PredicateBase()
124 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition()
134 PredicateAssume(Value *Op, IntrinsicInst *AssumeInst, Value *Condition) in PredicateAssume()
156 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()
166 PredicateBranch(Value *Op, BasicBlock *BranchBB, BasicBlock *SplitBB, in PredicateBranch()
181 PredicateSwitch(Value *Op, BasicBlock *SwitchBB, BasicBlock *TargetBB, in PredicateSwitch()

12345678910>>...59