/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 74 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
|
D | WebAssemblyISelLowering.cpp | 567 bool WebAssemblyTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() 570 MVT ExtT = ExtVal.getSimpleValueType(); in isVectorLoadExtDesirable() 571 MVT MemT = cast<LoadSDNode>(ExtVal->getOperand(0))->getSimpleValueType(0); in isVectorLoadExtDesirable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1978 ZExtInst *ExtVal = dyn_cast<ZExtInst>(CI->getArgOperand(0)); in optimizeCallInst() local 1979 if (!ExtVal || !ExtVal->hasOneUse() || in optimizeCallInst() 1980 ExtVal->getParent() == CI->getParent()) in optimizeCallInst() 1983 ExtVal->moveBefore(CI); in optimizeCallInst() 1986 InsertedInsts.insert(ExtVal); in optimizeCallInst() 3974 Value *ExtVal = SExt; in promoteOperandForTruncAndAnyExt() local 3984 ExtVal = ZExt; in promoteOperandForTruncAndAnyExt() 3997 Instruction *ExtInst = dyn_cast<Instruction>(ExtVal); in promoteOperandForTruncAndAnyExt() 4004 return ExtVal; in promoteOperandForTruncAndAnyExt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 362 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
|
D | ARMISelLowering.cpp | 15014 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() 15015 EVT VT = ExtVal.getValueType(); in isVectorLoadExtDesirable() 15020 if (auto *Ld = dyn_cast<MaskedLoadSDNode>(ExtVal.getOperand(0))) { in isVectorLoadExtDesirable() 15029 if (ExtVal->use_empty() || in isVectorLoadExtDesirable() 15030 !ExtVal->use_begin()->isOnlyUserOf(ExtVal.getNode())) in isVectorLoadExtDesirable() 15033 SDNode *U = *ExtVal->use_begin(); in isVectorLoadExtDesirable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 799 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
|
D | AArch64ISelLowering.cpp | 3064 bool AArch64TargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() 3065 return ExtVal.getValueType().isScalableVector(); in isVectorLoadExtDesirable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 2385 SDValue ExtVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, Val, in LowerSTOREVector() local 2388 ExtVal = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::i16, ExtVal); in LowerSTOREVector() 2389 Ops.push_back(ExtVal); in LowerSTOREVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 2179 auto ExtVal = MIRBuilder.buildAnyExt(ExtendTy, SrcReg); in lower() local 2185 auto SmallVal = MIRBuilder.buildLShr(ExtendTy, ExtVal, ShiftAmt); in lower() 2200 MIRBuilder.buildStore(ExtVal.getReg(0), PtrReg, *LargeMMO); in lower()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2494 virtual bool isVectorLoadExtDesirable(SDValue ExtVal) const { return false; } in isVectorLoadExtDesirable() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1733 SDValue ExtVal = SDValue(CurDAG->getMachineNode(PPC::INSERT_SUBREG, dl, in ExtendToInt64() local 1736 return ExtVal; in ExtendToInt64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 4149 int64_t ExtVal = ExtOpc == ISD::ZERO_EXTEND ? C->getZExtValue() in LowerAsmOperandForConstraint() local 4151 Ops.push_back(DAG.getTargetConstant(Offset + ExtVal, in LowerAsmOperandForConstraint()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4858 SDValue ExtVal = DAG.getNode(ISD::BITCAST, SL, IntVT, in lowerINSERT_VECTOR_ELT() local 4872 SDValue LHS = DAG.getNode(ISD::AND, SL, IntVT, BFM, ExtVal); in lowerINSERT_VECTOR_ELT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 30148 bool X86TargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable() 30149 if (isa<MaskedLoadSDNode>(ExtVal.getOperand(0))) in isVectorLoadExtDesirable() 30152 EVT SrcVT = ExtVal.getOperand(0).getValueType(); in isVectorLoadExtDesirable() 46785 int64_t ExtVal = ExtOpc == ISD::ZERO_EXTEND ? CST->getZExtValue() in LowerAsmOperandForConstraint() local 46787 Result = DAG.getTargetConstant(ExtVal, SDLoc(Op), MVT::i64); in LowerAsmOperandForConstraint()
|