/external/google-fruit/include/fruit/impl/ |
D | component.defn.h | 55 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/ |
D | X86ATTInstPrinter.cpp | 72 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()
|
D | X86IntelInstPrinter.cpp | 54 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-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 252 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger() 261 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() 270 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() 281 SDValue SExtOrZExtPromotedInteger(SDValue Op) { in SExtOrZExtPromotedInteger() 516 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat() 675 SDValue GetPromotedFloat(SDValue Op) { in GetPromotedFloat() 716 SDValue GetSoftPromotedHalf(SDValue Op) { in GetSoftPromotedHalf() 761 SDValue GetScalarizedVector(SDValue Op) { in GetScalarizedVector() 917 SDValue GetWidenedVector(SDValue Op) { in GetWidenedVector() 1058 void GetSplitOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetSplitOp() [all …]
|
D | LegalizeTypes.cpp | 312 const auto &Op = N->getOperand(i); in run() local 521 SDValue Op = OrigOp; in AnalyzeNewNode() local 710 void DAGTypeLegalizer::SetPromotedInteger(SDValue Op, SDValue Result) { in SetPromotedInteger() 724 void DAGTypeLegalizer::SetSoftenedFloat(SDValue Op, SDValue Result) { in SetSoftenedFloat() 739 void DAGTypeLegalizer::SetPromotedFloat(SDValue Op, SDValue Result) { in SetPromotedFloat() 750 void DAGTypeLegalizer::SetSoftPromotedHalf(SDValue Op, SDValue Result) { in SetSoftPromotedHalf() 760 void DAGTypeLegalizer::SetScalarizedVector(SDValue Op, SDValue Result) { in SetScalarizedVector() 776 void DAGTypeLegalizer::GetExpandedInteger(SDValue Op, SDValue &Lo, in GetExpandedInteger() 784 void DAGTypeLegalizer::SetExpandedInteger(SDValue Op, SDValue Lo, in SetExpandedInteger() 813 void DAGTypeLegalizer::GetExpandedFloat(SDValue Op, SDValue &Lo, in GetExpandedFloat() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 208 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()
|
D | LegalizeVectorOps.cpp | 179 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 …]
|
D | LegalizeTypes.cpp | 491 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 241 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()
|
D | LegalizeTypes.cpp | 293 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/skia/src/gpu/ganesh/ |
D | GrAuditTrail.h | 109 struct Op { struct 110 int fClientID; 111 SkRect fBounds; 128 struct Op { struct 134 int fOpsTaskID; argument 137 typedef skia_private::TArray<std::unique_ptr<Op>, true> OpPool; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ATTInstPrinter.cpp | 355 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
|
D | X86IntelInstPrinter.cpp | 332 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ATTInstPrinter.cpp | 383 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local 414 void X86ATTInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference() 464 void X86ATTInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx() 478 void X86ATTInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx() 489 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() 508 void X86ATTInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm() 519 const MCOperand &Op = MI->getOperand(OpNo); in printSTiRegOperand() local
|
D | X86IntelInstPrinter.cpp | 360 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local 372 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference() 429 void X86IntelInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx() 438 void X86IntelInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx() 446 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset() 465 void X86IntelInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm() 476 const MCOperand &Op = MI->getOperand(OpNo); in printSTiRegOperand() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInst.h | 116 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-16.0/llvm/include/llvm/MC/ |
D | MCInst.h | 135 MCOperand Op; in createReg() local 142 MCOperand Op; in createImm() local 149 MCOperand Op; in createSFPImm() local 156 MCOperand Op; in createDFPImm() local 163 MCOperand Op; in createExpr() local 170 MCOperand Op; in createInst() local 197 void setOpcode(unsigned Op) { Opcode = Op; } in setOpcode() 210 void addOperand(const MCOperand Op) { Operands.push_back(Op); } in addOperand() 224 iterator insert(iterator I, const MCOperand &Op) { in insert()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanSLP.cpp | 78 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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanSLP.cpp | 70 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable() 86 if (!all_of(Operands, [Opcode, Width](VPValue *Op) { in areVectorizable() 96 if (any_of(Operands, [this](VPValue *Op) { in areVectorizable() 104 [](VPValue *Op) { return Op->hasMoreThanOneUniqueUser(); })) { in areVectorizable() 133 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable() 143 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable() 325 for (unsigned Op = 0, E = MultiNodeOps.size(); Op < E; ++Op) { in reorderMultiNodeOps() local 347 for (auto *Op : Values) { in dumpBundle() local 411 VPInstruction *Op = new VPInstruction(0, {}); in buildGraph() local
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmInstrumentation.cpp | 236 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/ |
D | MCInst.h | 112 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-16.0/llvm/lib/Target/VE/ |
D | VECustomDAG.cpp | 50 bool isMaskArithmetic(SDValue Op) { in isMaskArithmetic() 85 bool maySafelyIgnoreMask(SDValue Op) { in maySafelyIgnoreMask() 218 SDValue getNodeChain(SDValue Op) { in getNodeChain() 230 SDValue getMemoryPtr(SDValue Op) { in getMemoryPtr() 243 std::optional<EVT> getIdiomaticVectorType(SDNode *Op) { in getIdiomaticVectorType() 292 SDValue getLoadStoreStride(SDValue Op, VECustomDAG &CDAG) { in getLoadStoreStride() 316 SDValue getGatherScatterIndex(SDValue Op) { in getGatherScatterIndex() 324 SDValue getGatherScatterScale(SDValue Op) { in getGatherScatterScale() 332 SDValue getStoredValue(SDValue Op) { in getStoredValue() 353 SDValue getNodePassthru(SDValue Op) { in getNodePassthru() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 112 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-16.0/llvm/lib/Target/SPIRV/ |
D | SPIRVEmitIntrinsics.cpp | 163 for (const auto &Op : I->operands()) { in preprocessCompositeConstants() local 198 for (auto &Op : I.operands()) in visitSwitchInst() local 211 for (auto &Op : I.operands()) in visitGetElementPtrInst() local 259 for (auto &Op : I.operands()) in visitInsertValueInst() local 264 for (auto &Op : I.indices()) in visitInsertValueInst() local 274 for (auto &Op : I.operands()) in visitExtractValueInst() local 276 for (auto &Op : I.indices()) in visitExtractValueInst() local 330 for (auto &Op : I.operands()) in visitAtomicCmpXchgInst() local 381 for (const auto &Op : I->operands()) { in insertAssignTypeIntrs() local 408 for (const auto &Op : I->operands()) { in processInstrAfterVisit() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 274 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 …]
|