Home
last modified time | relevance | path

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

12345678910>>...36

/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/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/ganesh/
DGrAuditTrail.h106 struct Op { struct
107 int fClientID;
108 SkRect fBounds;
125 struct Op { struct
131 int fOpsTaskID; argument
134 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
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
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
DX86InstPrinterCommon.cpp27 void X86InstPrinterCommon::printCondCode(const MCInst *MI, unsigned Op, in printCondCode()
51 void X86InstPrinterCommon::printSSEAVXCC(const MCInst *MI, unsigned Op, in printSSEAVXCC()
269 void X86InstPrinterCommon::printRoundingControl(const MCInst *MI, unsigned Op, in printRoundingControl()
296 const MCOperand &Op = MI->getOperand(OpNo); in printPCRelImm() 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/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/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp274 const SrcOp &Op) { in buildCopy()
410 const SrcOp &Op) { in buildAnyExt()
415 const SrcOp &Op) { in buildSExt()
420 const SrcOp &Op) { in buildZExt()
437 const SrcOp &Op, in buildBoolExt()
445 const SrcOp &Op) { in buildExtOrTrunc()
468 const SrcOp &Op) { in buildSExtOrTrunc()
473 const SrcOp &Op) { in buildZExtOrTrunc()
478 const SrcOp &Op) { in buildAnyExtOrTrunc()
536 for (auto Op : Ops) in buildSequence() local
[all …]
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp342 auto Op = make_unique<SparcOperand>(k_Token); in CreateToken() local
352 auto Op = make_unique<SparcOperand>(k_Register); in CreateReg() local
362 auto Op = make_unique<SparcOperand>(k_Immediate); in CreateImm() local
369 static bool MorphToIntPairReg(SparcOperand &Op) { in MorphToIntPairReg()
388 static bool MorphToDoubleReg(SparcOperand &Op) { in MorphToDoubleReg()
399 static bool MorphToQuadReg(SparcOperand &Op) { in MorphToQuadReg()
422 static bool MorphToCoprocPairReg(SparcOperand &Op) { in MorphToCoprocPairReg()
436 MorphToMEMrr(unsigned Base, std::unique_ptr<SparcOperand> Op) { in MorphToMEMrr()
447 auto Op = make_unique<SparcOperand>(k_MemoryReg); in CreateMEMr() local
457 MorphToMEMri(unsigned Base, std::unique_ptr<SparcOperand> Op) { in MorphToMEMri()
[all …]
/external/llvm/tools/llvm-cov/
DCoverageFilters.h63 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
84 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
95 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/external/capstone/arch/X86/
DX86ATTInstPrinter.c234 static void printSSECC(MCInst *MI, unsigned Op, SStream *OS) in printSSECC()
252 static void printAVXCC(MCInst *MI, unsigned Op, SStream *O) in printAVXCC()
294 static void printXOPCC(MCInst *MI, unsigned Op, SStream *O) in printXOPCC()
311 static void printRoundingControl(MCInst *MI, unsigned Op, SStream *O) in printRoundingControl()
330 MCOperand *Op = MCInst_getOperand(MI, OpNo); in _printOperand() local
400 static void printSrcIdx(MCInst *MI, unsigned Op, SStream *O) in printSrcIdx()
442 static void printDstIdx(MCInst *MI, unsigned Op, SStream *O) in printDstIdx()
524 static void printMemOffset(MCInst *MI, unsigned Op, SStream *O) in printMemOffset()
574 static void printU8Imm(MCInst *MI, unsigned Op, SStream *O) in printU8Imm()
622 MCOperand *Op = MCInst_getOperand(MI, OpNo); in printPCRelImm() local
[all …]
DX86IntelInstPrinter.c265 static void printSSECC(MCInst *MI, unsigned Op, SStream *OS) in printSSECC()
283 static void printAVXCC(MCInst *MI, unsigned Op, SStream *O) in printAVXCC()
325 static void printXOPCC(MCInst *MI, unsigned Op, SStream *O) in printXOPCC()
342 static void printRoundingControl(MCInst *MI, unsigned Op, SStream *O) in printRoundingControl()
482 MCOperand *Op = MCInst_getOperand(MI, OpNo); in _printOperand() local
518 static void printSrcIdx(MCInst *MI, unsigned Op, SStream *O) in printSrcIdx()
561 static void printDstIdx(MCInst *MI, unsigned Op, SStream *O) in printDstIdx()
653 static void printMemOffset(MCInst *MI, unsigned Op, SStream *O) in printMemOffset()
711 static void printU8Imm(MCInst *MI, unsigned Op, SStream *O) in printU8Imm()
838 MCOperand *Op = MCInst_getOperand(MI, OpNo); in printPCRelImm() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp379 auto Op = std::make_unique<SparcOperand>(k_Token); in CreateToken() local
389 auto Op = std::make_unique<SparcOperand>(k_Register); in CreateReg() local
399 auto Op = std::make_unique<SparcOperand>(k_Immediate); in CreateImm() local
406 static bool MorphToIntPairReg(SparcOperand &Op) { in MorphToIntPairReg()
425 static bool MorphToDoubleReg(SparcOperand &Op) { in MorphToDoubleReg()
436 static bool MorphToQuadReg(SparcOperand &Op) { in MorphToQuadReg()
459 static bool MorphToCoprocPairReg(SparcOperand &Op) { in MorphToCoprocPairReg()
473 MorphToMEMrr(unsigned Base, std::unique_ptr<SparcOperand> Op) { in MorphToMEMrr()
484 auto Op = std::make_unique<SparcOperand>(k_MemoryReg); in CreateMEMr() local
494 MorphToMEMri(unsigned Base, std::unique_ptr<SparcOperand> Op) { in MorphToMEMri()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCSEMIRBuilder.h59 for (const DstOp &Op : Ops) in profileDstOps() local
66 for (const SrcOp &Op : Ops) in profileSrcOps() local
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitCodes.cpp74 const NaClBitCodeAbbrevOp &Op = Abbrev->getOperandInfo(Index); in PrintExpression() local
103 const NaClBitCodeAbbrevOp &Op = OperandList[i]; in Simplify() local
125 const NaClBitCodeAbbrevOp &Op = getOperandInfo(i); in isValid() local

12345678910>>...36