Home
last modified time | relevance | path

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

12345678910>>...42

/external/google-fruit/include/fruit/impl/
Dcomponent.defn.h55 using Op = typename fruit::impl::meta::OpForComponent<Bindings...>::template ConvertTo<Comp>; in Component() local
90 using Op = OpFor<fruit::impl::Bind<AnnotatedI, AnnotatedC>>; in bind() local
100 using Op = OpFor<fruit::impl::RegisterConstructor<AnnotatedSignature>>; in registerConstructor() local
110 using Op = OpFor<fruit::impl::BindInstance<C, C>>; in bindInstance() local
119 using Op = OpFor<fruit::impl::BindConstInstance<C, C>>; in bindInstance() local
128 using Op = OpFor<fruit::impl::BindInstance<AnnotatedC, C>>; in bindInstance() local
137 using Op = OpFor<fruit::impl::BindConstInstance<AnnotatedC, C>>; in bindInstance() local
146 using Op = OpFor<fruit::impl::RegisterProvider<Lambda>>; in registerProvider() local
155 using Op = OpFor<fruit::impl::RegisterProvider<AnnotatedSignature, Lambda>>; in registerProvider() local
164 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h187 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger()
197 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger()
207 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger()
373 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat()
500 SDValue GetScalarizedVector(SDValue Op) { in GetScalarizedVector()
595 SDValue GetWidenedVector(SDValue Op) { in GetWidenedVector()
684 void GetSplitOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetSplitOp()
717 void GetExpandedOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetExpandedOp()
DLegalizeVectorOps.cpp104 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDValue Result) { in TranslateLegalizeResults()
111 SDValue VectorLegalizer::LegalizeOp(SDValue Op) { in LegalizeOp()
242 SDValue VectorLegalizer::PromoteVectorOp(SDValue Op) { in PromoteVectorOp()
265 SDValue VectorLegalizer::ExpandVSELECT(SDValue Op) { in ExpandVSELECT()
299 SDValue VectorLegalizer::ExpandUINT_TO_FLOAT(SDValue Op) { in ExpandUINT_TO_FLOAT()
339 SDValue VectorLegalizer::ExpandFNEG(SDValue Op) { in ExpandFNEG()
348 SDValue VectorLegalizer::UnrollVSETCC(SDValue Op) { in UnrollVSETCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.cpp60 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
72 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
120 void X86IntelInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
129 void X86IntelInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
137 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
156 void X86IntelInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
DX86ATTInstPrinter.cpp80 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
111 void X86ATTInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
151 void X86ATTInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
165 void X86ATTInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
176 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
195 void X86ATTInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
DX86InstPrinterCommon.cpp28 void X86InstPrinterCommon::printSSEAVXCC(const MCInst *MI, unsigned Op, in printSSEAVXCC()
68 void X86InstPrinterCommon::printXOPCC(const MCInst *MI, unsigned Op, in printXOPCC()
84 void X86InstPrinterCommon::printRoundingControl(const MCInst *MI, unsigned Op, in printRoundingControl()
101 const MCOperand &Op = MI->getOperand(OpNo); in printPCRelImm() local
/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/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/skia/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp206 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDValue Result) { in TranslateLegalizeResults()
213 SDValue VectorLegalizer::LegalizeOp(SDValue Op) { in LegalizeOp()
223 for (const SDValue &Op : Node->op_values()) in LegalizeOp() local
455 SDValue VectorLegalizer::Promote(SDValue Op) { in Promote()
504 SDValue VectorLegalizer::PromoteINT_TO_FP(SDValue Op) { in PromoteINT_TO_FP()
531 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op) { in PromoteFP_TO_INT()
557 SDValue VectorLegalizer::ExpandLoad(SDValue Op) { in ExpandLoad()
700 SDValue VectorLegalizer::ExpandStore(SDValue Op) { in ExpandStore()
707 SDValue VectorLegalizer::Expand(SDValue Op) { in Expand()
761 SDValue VectorLegalizer::ExpandSELECT(SDValue Op) { in ExpandSELECT()
[all …]
DLegalizeTypes.h259 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger()
268 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger()
277 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger()
454 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat()
599 SDValue GetPromotedFloat(SDValue Op) { in GetPromotedFloat()
639 SDValue GetScalarizedVector(SDValue Op) { in GetScalarizedVector()
752 SDValue GetWidenedVector(SDValue Op) { in GetWidenedVector()
858 void GetSplitOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetSplitOp()
887 void GetExpandedOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetExpandedOp()
DLegalizeTypes.cpp302 const auto Op = N->getOperand(i); in run() local
513 SDValue Op = OrigOp; in AnalyzeNewNode() local
702 void DAGTypeLegalizer::SetPromotedInteger(SDValue Op, SDValue Result) { in SetPromotedInteger()
715 void DAGTypeLegalizer::SetSoftenedFloat(SDValue Op, SDValue Result) { in SetSoftenedFloat()
736 void DAGTypeLegalizer::SetPromotedFloat(SDValue Op, SDValue Result) { in SetPromotedFloat()
747 void DAGTypeLegalizer::SetScalarizedVector(SDValue Op, SDValue Result) { in SetScalarizedVector()
760 void DAGTypeLegalizer::GetExpandedInteger(SDValue Op, SDValue &Lo, in GetExpandedInteger()
768 void DAGTypeLegalizer::SetExpandedInteger(SDValue Op, SDValue Lo, in SetExpandedInteger()
797 void DAGTypeLegalizer::GetExpandedFloat(SDValue Op, SDValue &Lo, in GetExpandedFloat()
805 void DAGTypeLegalizer::SetExpandedFloat(SDValue Op, SDValue Lo, in SetExpandedFloat()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp60 for (auto &Op : Operands) in Instruction() local
68 for (auto &Op : Operands) in Instruction() local
72 for (auto &Op : Operands) in Instruction() local
78 for (const auto &Op : Operands) { in Instruction() local
107 llvm::MCOperand &InstructionInstance::getValueFor(const Operand &Op) { in getValueFor()
126 const Operand &Op = Instr.Operands[OpIndex]; in hasImmediateVariables() local
143 for (const auto &Op : Instr.Operands) in build() local
166 for (const auto &Op : Operands) { in addOperandIfAlias() local
227 const Operand &Op = Instr.Operands[Var.TiedOperands.front()]; in randomize() local
280 const llvm::MCOperand &Op, llvm::raw_ostream &OS) { in DumpMCOperand()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h98 MCOperand Op; in CreateReg() local
104 MCOperand Op; in CreateImm() local
110 MCOperand Op; in CreateFPImm() local
116 MCOperand Op; in CreateExpr() local
135 void setOpcode(unsigned Op) { Opcode = Op; } in setOpcode()
143 void addOperand(const MCOperand &Op) { in addOperand()
153 iterator insert(iterator I, const MCOperand &Op) { in insert()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp247 void EmitLEA(X86Operand &Op, unsigned Size, unsigned Reg, MCStreamer &Out) { in EmitLEA()
293 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperand()
324 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
333 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
343 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
351 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
429 MCParsedAsmOperand &Op = *Operands[Ix]; in InstrumentMOV() local
444 void X86AddressSanitizer::ComputeMemOperandAddress(X86Operand &Op, in ComputeMemOperandAddress()
479 X86AddressSanitizer::AddDisplacement(X86Operand &Op, int64_t Displacement, in AddDisplacement()
630 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandSmall()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.cpp59 void X86ATTInstPrinter::printSSECC(const MCInst *MI, unsigned Op, in printSSECC()
80 const MCOperand &Op = MI->getOperand(OpNo); in print_pcrel_imm() local
92 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
108 void X86ATTInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
DX86IntelInstPrinter.cpp49 void X86IntelInstPrinter::printSSECC(const MCInst *MI, unsigned Op, in printSSECC()
68 const MCOperand &Op = MI->getOperand(OpNo); in print_pcrel_imm() local
84 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
95 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInst.h117 MCOperand Op; in createReg() local
124 MCOperand Op; in createImm() local
131 MCOperand Op; in createFPImm() local
138 MCOperand Op; in createExpr() local
145 MCOperand Op; in createInst() local
/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/skqp/src/gpu/
DGrDrawOpTest.h26 #define GR_DRAW_OP_TEST_DEFINE(Op) \ argument
29 #define GR_DRAW_OP_TEST_FRIEND(Op) \ argument
/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()

12345678910>>...42