Home
last modified time | relevance | path

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

12345678910>>...87

/aosp_15_r20/external/google-fruit/include/fruit/impl/
H A 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 …]
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A 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 …]
H A 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 …]
H A 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()
H A DLegalizeFloatTypes.cpp134 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo); in SoftenFloatRes_MERGE_VALUES() local
192 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FABS() local
237 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCEIL() local
300 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOS() local
325 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FEXP() local
337 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FEXP2() local
349 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FFLOOR() local
361 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FLOG() local
373 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FLOG2() local
385 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FLOG10() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp312 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 …]
H A DLegalizeTypes.h252 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A 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 …]
H A 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()
/aosp_15_r20/external/llvm/lib/Target/X86/InstPrinter/
H A 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()
H A 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()
/aosp_15_r20/external/llvm/lib/Target/X86/AsmParser/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp240 for (auto Op : Unmerge.getInstr()->defs()) in buildPadVectorWithUndefElements() local
289 const SrcOp &Op) { in buildCopy()
453 const SrcOp &Op) { in buildAnyExt()
458 const SrcOp &Op) { in buildSExt()
463 const SrcOp &Op) { in buildZExt()
480 const SrcOp &Op, in buildBoolExt()
487 const SrcOp &Op, in buildBoolExtInReg()
505 const SrcOp &Op) { in buildExtOrTrunc()
528 const SrcOp &Op) { in buildSExtOrTrunc()
533 const SrcOp &Op) { in buildZExtOrTrunc()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp877 const SDValue Op, KnownBits &Known, const APInt &DemandedElts, in computeKnownBitsForTargetNode()
916 SDValue Op, const TargetLoweringOpt &TLO) const { in shouldSimplifyDemandedVectorElts()
1386 SDValue WebAssemblyTargetLowering::LowerOperation(SDValue Op, in LowerOperation()
1450 static bool IsWebAssemblyGlobal(SDValue Op) { in IsWebAssemblyGlobal()
1457 static std::optional<unsigned> IsWebAssemblyLocal(SDValue Op, in IsWebAssemblyLocal()
1467 SDValue WebAssemblyTargetLowering::LowerStore(SDValue Op, in LowerStore()
1505 SDValue WebAssemblyTargetLowering::LowerLoad(SDValue Op, in LowerLoad()
1545 SDValue WebAssemblyTargetLowering::LowerCopyToReg(SDValue Op, in LowerCopyToReg()
1571 SDValue WebAssemblyTargetLowering::LowerFrameIndex(SDValue Op, in LowerFrameIndex()
1577 SDValue WebAssemblyTargetLowering::LowerRETURNADDR(SDValue Op, in LowerRETURNADDR()
[all …]
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrAuditTrail.h109 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
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp687 SDValue AMDGPUTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, in LowerDYNAMIC_STACKALLOC()
698 SDValue AMDGPUTargetLowering::LowerOperation(SDValue Op, in LowerOperation()
845 SDValue Op, in LowerGlobalAddress()
895 SDValue AMDGPUTargetLowering::LowerCONCAT_VECTORS(SDValue Op, in LowerCONCAT_VECTORS()
905 SDValue AMDGPUTargetLowering::LowerEXTRACT_SUBVECTOR(SDValue Op, in LowerEXTRACT_SUBVECTOR()
917 SDValue AMDGPUTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, in LowerINTRINSIC_WO_CHAIN()
1028 AMDGPUTargetLowering::split64BitValue(SDValue Op, SelectionDAG &DAG) const { in split64BitValue()
1042 SDValue AMDGPUTargetLowering::getLoHalf64(SDValue Op, SelectionDAG &DAG) const { in getLoHalf64()
1050 SDValue AMDGPUTargetLowering::getHiHalf64(SDValue Op, SelectionDAG &DAG) const { in getHiHalf64()
1058 SDValue AMDGPUTargetLowering::SplitVectorLoad(const SDValue Op, in SplitVectorLoad()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp164 HexagonTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) in LowerINTRINSIC_WO_CHAIN()
627 bool HexagonTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts()
657 HexagonTargetLowering::LowerINLINEASM(SDValue Op, SelectionDAG &DAG) const { in LowerINLINEASM()
705 SDValue HexagonTargetLowering::LowerPREFETCH(SDValue Op, in LowerPREFETCH()
720 SDValue HexagonTargetLowering::LowerREADCYCLECOUNTER(SDValue Op, in LowerREADCYCLECOUNTER()
728 SDValue HexagonTargetLowering::LowerINTRINSIC_VOID(SDValue Op, in LowerINTRINSIC_VOID()
743 HexagonTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, in LowerDYNAMIC_STACKALLOC()
944 HexagonTargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) const { in LowerVASTART()
1011 HexagonTargetLowering::LowerVACOPY(SDValue Op, SelectionDAG &DAG) const { in LowerVACOPY()
1028 SDValue HexagonTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp409 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp402 SDValue MipsSETargetLowering::lowerSELECT(SDValue Op, SelectionDAG &DAG) const { in lowerSELECT()
442 SDValue MipsSETargetLowering::LowerOperation(SDValue Op, in LowerOperation()
1167 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD()
1196 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE()
1225 SDValue MipsSETargetLowering::lowerBITCAST(SDValue Op, in lowerBITCAST()
1255 SDValue MipsSETargetLowering::lowerMulDiv(SDValue Op, unsigned NewOpc, in lowerMulDiv()
1287 static SDValue extractLOHI(SDValue Op, const SDLoc &DL, SelectionDAG &DAG) { in extractLOHI()
1305 static SDValue lowerDSPIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc) { in lowerDSPIntr()
1353 static SDValue lowerMSACopyIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc) { in lowerMSACopyIntr()
1366 static SDValue lowerMSASplatZExt(SDValue Op, unsigned OpNr, SelectionDAG &DAG) { in lowerMSASplatZExt()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp156 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 …]
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp78 static MachineOperand earlyUseOperand(MachineOperand Op) { in earlyUseOperand()
728 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, in LowerAsmOperandForConstraint()
1291 static bool isIntrinsicWithCCAndChain(SDValue Op, unsigned &Opcode, in isIntrinsicWithCCAndChain()
1318 static bool isIntrinsicWithCC(SDValue Op, unsigned &Opcode, unsigned &CCValid) { in isIntrinsicWithCC()
1458 static SDValue emitIntrinsicWithChainAndGlue(SelectionDAG &DAG, SDValue Op, in emitIntrinsicWithChainAndGlue()
1478 static SDValue emitIntrinsicWithGlue(SelectionDAG &DAG, SDValue Op, in emitIntrinsicWithGlue()
1682 static bool isNaturalMemoryOperand(SDValue Op, unsigned ICmpType) { in isNaturalMemoryOperand()
2148 SDValue Op; in emitCmp() local
2277 SDValue Op) { in expandV4F32ToV2F64()
2356 SDValue SystemZTargetLowering::lowerSETCC(SDValue Op, in lowerSETCC()
[all …]
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp360 SDValue MipsSETargetLowering::LowerOperation(SDValue Op, in LowerOperation()
1209 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD()
1241 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE()
1271 SDValue MipsSETargetLowering::lowerMulDiv(SDValue Op, unsigned NewOpc, in lowerMulDiv()
1303 static SDValue extractLOHI(SDValue Op, const SDLoc &DL, SelectionDAG &DAG) { in extractLOHI()
1321 static SDValue lowerDSPIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc) { in lowerDSPIntr()
1370 static SDValue lowerMSACopyIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc) { in lowerMSACopyIntr()
1383 static SDValue lowerMSASplatZExt(SDValue Op, unsigned OpNr, SelectionDAG &DAG) { in lowerMSASplatZExt()
1412 static SDValue lowerMSASplatImm(SDValue Op, unsigned ImmOp, SelectionDAG &DAG) { in lowerMSASplatImm()
1453 static SDValue lowerMSABinaryBitImmIntr(SDValue Op, SelectionDAG &DAG, in lowerMSABinaryBitImmIntr()
[all …]
/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1498 for (unsigned Op = 0; Op < ISD::BUILTIN_OP_END; ++Op) { in SparcTargetLowering() local
1885 (const SDValue Op, in computeKnownBitsForTargetNode()
1929 SDValue SparcTargetLowering::withTargetFlags(SDValue Op, unsigned TF, in withTargetFlags()
1958 SDValue SparcTargetLowering::makeHiLoPair(SDValue Op, in makeHiLoPair()
1970 SDValue SparcTargetLowering::makeAddress(SDValue Op, SelectionDAG &DAG) const { in makeAddress()
2019 SDValue SparcTargetLowering::LowerGlobalAddress(SDValue Op, in LowerGlobalAddress()
2024 SDValue SparcTargetLowering::LowerConstantPool(SDValue Op, in LowerConstantPool()
2029 SDValue SparcTargetLowering::LowerBlockAddress(SDValue Op, in LowerBlockAddress()
2034 SDValue SparcTargetLowering::LowerGlobalTLSAddress(SDValue Op, in LowerGlobalTLSAddress()
2172 SparcTargetLowering::LowerF128Op(SDValue Op, SelectionDAG &DAG, in LowerF128Op()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVEISelLowering.cpp976 SDValue VETargetLowering::withTargetFlags(SDValue Op, unsigned TF, in withTargetFlags()
1002 SDValue VETargetLowering::makeHiLoPair(SDValue Op, unsigned HiTF, unsigned LoTF, in makeHiLoPair()
1013 SDValue VETargetLowering::makeAddress(SDValue Op, SelectionDAG &DAG) const { in makeAddress()
1101 SDValue VETargetLowering::lowerATOMIC_FENCE(SDValue Op, in lowerATOMIC_FENCE()
1159 static SDValue prepareTS1AM(SDValue Op, SelectionDAG &DAG, SDValue &Flag, in prepareTS1AM()
1181 static SDValue finalizeTS1AM(SDValue Op, SelectionDAG &DAG, SDValue Data, in finalizeTS1AM()
1195 SDValue VETargetLowering::lowerATOMIC_SWAP(SDValue Op, in lowerATOMIC_SWAP()
1256 SDValue VETargetLowering::lowerGlobalAddress(SDValue Op, in lowerGlobalAddress()
1261 SDValue VETargetLowering::lowerBlockAddress(SDValue Op, in lowerBlockAddress()
1266 SDValue VETargetLowering::lowerConstantPool(SDValue Op, in lowerConstantPool()
[all …]

12345678910>>...87