/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/src/gpu/ |
D | GrAuditTrail.h | 109 struct Op { struct 110 int fClientID; 111 SkRect fBounds; 128 struct Op { struct 134 int fOpsTaskID; argument 137 typedef SkTArray<std::unique_ptr<Op>, true> OpPool; argument
|
D | GrDrawOpTest.h | 28 #define GR_DRAW_OP_TEST_DEFINE(Op) \ argument 34 #define GR_DRAW_OP_TEST_FRIEND(Op) \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
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
|
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 | X86InstPrinterCommon.cpp | 27 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
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | CSEMIRBuilder.h | 59 for (const DstOp &Op : Ops) in profileDstOps() local 66 for (const SrcOp &Op : Ops) in profileSrcOps() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitCodes.cpp | 74 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
|
D | NaClBitstreamReader.cpp | 87 void NaClBitstreamCursor::skipAbbreviatedField(const NaClBitCodeAbbrevOp &Op) { in skipAbbreviatedField() 125 const NaClBitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord() local 149 bool NaClBitstreamCursor::readRecordAbbrevField(const NaClBitCodeAbbrevOp &Op, in readRecordAbbrevField() 173 NaClBitstreamCursor::readArrayAbbreviatedField(const NaClBitCodeAbbrevOp &Op) { in readArrayAbbreviatedField() 192 void NaClBitstreamCursor::readArrayAbbrev(const NaClBitCodeAbbrevOp &Op, in readArrayAbbrev() 219 const NaClBitCodeAbbrevOp &Op = Abbv->getOperandInfo(1); in readRecord() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430MCCodeEmitter.cpp | 120 unsigned MSP430MCCodeEmitter::getMemOpValue(const MCInst &MI, unsigned Op, in getMemOpValue() 152 unsigned MSP430MCCodeEmitter::getPCRelImmOpValue(const MCInst &MI, unsigned Op, in getPCRelImmOpValue() 165 unsigned MSP430MCCodeEmitter::getCGImmOpValue(const MCInst &MI, unsigned Op, in getCGImmOpValue() 184 unsigned MSP430MCCodeEmitter::getCCOpValue(const MCInst &MI, unsigned Op, in getCCOpValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 379 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 …]
|
/third_party/skia/tools/gpu/ |
D | GrTest.cpp | 36 #define DRAW_OP_TEST_EXTERN(Op) \ argument 42 #define DRAW_OP_TEST_ENTRY(Op) Op##__Test argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 409 SDValue MipsSETargetLowering::lowerSELECT(SDValue Op, SelectionDAG &DAG) const { in lowerSELECT() 449 SDValue MipsSETargetLowering::LowerOperation(SDValue Op, in LowerOperation() 1174 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() 1203 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() 1233 SDValue MipsSETargetLowering::lowerBITCAST(SDValue Op, in lowerBITCAST() 1263 SDValue MipsSETargetLowering::lowerMulDiv(SDValue Op, unsigned NewOpc, in lowerMulDiv() 1295 static SDValue extractLOHI(SDValue Op, const SDLoc &DL, SelectionDAG &DAG) { in extractLOHI() 1313 static SDValue lowerDSPIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc) { in lowerDSPIntr() 1362 static SDValue lowerMSACopyIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc) { in lowerMSACopyIntr() 1375 static SDValue lowerMSASplatZExt(SDValue Op, unsigned OpNr, SelectionDAG &DAG) { in lowerMSASplatZExt() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 55 for (const Value *Op : Call->args()) { in CanAlterRefCount() local 102 const Value *Op = *OI; in CanUse() local 111 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand(), DL); in CanUse() local 121 const Value *Op = *OI; in CanUse() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAtomicOptimizer.cpp | 35 AtomicRMWInst::BinOp Op; member 117 AtomicRMWInst::BinOp Op = I.getOperation(); in visitAtomicRMWInst() local 163 AtomicRMWInst::BinOp Op; in visitIntrinsicInst() local 246 static Value *buildNonAtomicBinOp(IRBuilder<> &B, AtomicRMWInst::BinOp Op, in buildNonAtomicBinOp() 283 Value *AMDGPUAtomicOptimizer::buildScan(IRBuilder<> &B, AtomicRMWInst::BinOp Op, in buildScan() 386 static APInt getIdentityValueForAtomicOp(AtomicRMWInst::BinOp Op, in getIdentityValueForAtomicOp() 408 AtomicRMWInst::BinOp Op, in optimizeAtomic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFInstPrinter.cpp | 54 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local 88 const MCOperand &Op = MI->getOperand(OpNo); in printImm64Operand() local 99 const MCOperand &Op = MI->getOperand(OpNo); in printBrTargetOperand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 988 SDValue WebAssemblyTargetLowering::LowerOperation(SDValue Op, in LowerOperation() 1039 SDValue WebAssemblyTargetLowering::LowerCopyToReg(SDValue Op, in LowerCopyToReg() 1065 SDValue WebAssemblyTargetLowering::LowerFrameIndex(SDValue Op, in LowerFrameIndex() 1071 SDValue WebAssemblyTargetLowering::LowerRETURNADDR(SDValue Op, in LowerRETURNADDR() 1092 SDValue WebAssemblyTargetLowering::LowerFRAMEADDR(SDValue Op, in LowerFRAMEADDR() 1107 SDValue WebAssemblyTargetLowering::LowerGlobalAddress(SDValue Op, in LowerGlobalAddress() 1153 WebAssemblyTargetLowering::LowerExternalSymbol(SDValue Op, in LowerExternalSymbol() 1164 SDValue WebAssemblyTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() 1174 SDValue WebAssemblyTargetLowering::LowerBR_JT(SDValue Op, in LowerBR_JT() 1201 SDValue WebAssemblyTargetLowering::LowerVASTART(SDValue Op, in LowerVASTART() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 155 const RTLIB::Libcall Op; in MSP430TargetLowering() member 257 const RTLIB::Libcall Op; in MSP430TargetLowering() member 272 const RTLIB::Libcall Op; in MSP430TargetLowering() member 287 const RTLIB::Libcall Op; in MSP430TargetLowering() member 302 const RTLIB::Libcall Op; in MSP430TargetLowering() member 339 SDValue MSP430TargetLowering::LowerOperation(SDValue Op, in LowerOperation() 959 SDValue MSP430TargetLowering::LowerShifts(SDValue Op, in LowerShifts() 1012 SDValue MSP430TargetLowering::LowerGlobalAddress(SDValue Op, in LowerGlobalAddress() 1023 SDValue MSP430TargetLowering::LowerExternalSymbol(SDValue Op, in LowerExternalSymbol() 1033 SDValue MSP430TargetLowering::LowerBlockAddress(SDValue Op, in LowerBlockAddress() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 156 HexagonTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) in LowerINTRINSIC_WO_CHAIN() 599 bool HexagonTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts() 629 HexagonTargetLowering::LowerINLINEASM(SDValue Op, SelectionDAG &DAG) const { in LowerINLINEASM() 677 SDValue HexagonTargetLowering::LowerPREFETCH(SDValue Op, in LowerPREFETCH() 692 SDValue HexagonTargetLowering::LowerREADCYCLECOUNTER(SDValue Op, in LowerREADCYCLECOUNTER() 700 SDValue HexagonTargetLowering::LowerINTRINSIC_VOID(SDValue Op, in LowerINTRINSIC_VOID() 715 HexagonTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, in LowerDYNAMIC_STACKALLOC() 853 HexagonTargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) const { in LowerVASTART() 864 SDValue HexagonTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() 893 SDValue Op = N.getOperand(0); in LowerSETCC() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 175 SDValue LanaiTargetLowering::LowerOperation(SDValue Op, in LowerOperation() 285 SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, in LowerAsmOperandForConstraint() 866 SDValue LanaiTargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() 883 SDValue LanaiTargetLowering::LowerMUL(SDValue Op, SelectionDAG &DAG) const { in LowerMUL() 959 SDValue Op = in LowerMUL() local 969 SDValue LanaiTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() 983 SDValue LanaiTargetLowering::LowerSELECT_CC(SDValue Op, in LowerSELECT_CC() 1002 SDValue LanaiTargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) const { in LowerVASTART() 1017 SDValue LanaiTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, in LowerDYNAMIC_STACKALLOC() 1052 SDValue LanaiTargetLowering::LowerRETURNADDR(SDValue Op, in LowerRETURNADDR() [all …]
|