Home
last modified time | relevance | path

Searched refs:ZExt (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupSetCC.cpp79 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
82 ZExt = &Use; in runOnMachineFunction()
84 if (!ZExt) in runOnMachineFunction()
114 BuildMI(*ZExt->getParent(), ZExt, ZExt->getDebugLoc(), in runOnMachineFunction()
119 MRI->replaceRegWith(ZExt->getOperand(0).getReg(), InsertReg); in runOnMachineFunction()
120 ToErase.push_back(ZExt); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp240 return Call->hasRetAttr(Attribute::AttrKind::ZExt); in isSource()
264 if (auto *ZExt = dyn_cast<ZExtInst>(V)) in isSink() local
265 return GreaterThanTypeSize(ZExt); in isSink()
488 Value *ZExt = Builder.CreateZExt(V, ExtTy); in ExtendSources() local
489 if (auto *I = dyn_cast<Instruction>(ZExt)) { in ExtendSources()
497 ReplaceAllUsersOfWith(V, ZExt); in ExtendSources()
619 auto ZExt = cast<ZExtInst>(V); in Cleanup() local
620 if (ZExt->getDestTy() != ExtTy) in Cleanup()
623 Value *Src = ZExt->getOperand(0); in Cleanup()
624 if (ZExt->getSrcTy() == ZExt->getDestTy()) { in Cleanup()
[all …]
DAnalysis.cpp581 if (CallerAttrs.contains(Attribute::ZExt)) { in attributesPermitTailCall()
582 if (!CalleeAttrs.contains(Attribute::ZExt)) in attributesPermitTailCall()
586 CallerAttrs.removeAttribute(Attribute::ZExt); in attributesPermitTailCall()
587 CalleeAttrs.removeAttribute(Attribute::ZExt); in attributesPermitTailCall()
609 CalleeAttrs.removeAttribute(Attribute::ZExt); in attributesPermitTailCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp120 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { in handlePhiDef() local
121 V = ZExt->getOperand(0); in handlePhiDef()
122 Operations.push_back(ZExt); in handlePhiDef()
152 case Instruction::ZExt: in handlePhiDef()
DNaryReassociate.cpp337 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
339 if (isKnownNonNegative(ZExt->getOperand(0), *DL, 0, AC, GEP, DT)) in tryReassociateGEPAtIndex()
340 IndexToSplit = ZExt->getOperand(0); in tryReassociateGEPAtIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenCallingConv.inc390 LocInfo = CCValAssign::ZExt;
486 LocInfo = CCValAssign::ZExt;
496 LocInfo = CCValAssign::ZExt;
506 LocInfo = CCValAssign::ZExt;
516 LocInfo = CCValAssign::ZExt;
526 LocInfo = CCValAssign::ZExt;
536 LocInfo = CCValAssign::ZExt;
576 LocInfo = CCValAssign::ZExt;
635 LocInfo = CCValAssign::ZExt;
700 LocInfo = CCValAssign::ZExt;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenCallingConv.inc121 LocInfo = CCValAssign::ZExt;
323 LocInfo = CCValAssign::ZExt;
333 LocInfo = CCValAssign::ZExt;
343 LocInfo = CCValAssign::ZExt;
353 LocInfo = CCValAssign::ZExt;
399 LocInfo = CCValAssign::ZExt;
411 LocInfo = CCValAssign::ZExt;
563 LocInfo = CCValAssign::ZExt;
573 LocInfo = CCValAssign::ZExt;
583 LocInfo = CCValAssign::ZExt;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp742 Attribute::ZExt); in runOnModule()
743 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in runOnModule()
744 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in runOnModule()
756 Attribute::ZExt); in runOnModule()
757 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in runOnModule()
758 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in runOnModule()
769 Attribute::ZExt); in runOnModule()
777 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in runOnModule()
1124 Call->addAttribute(AttributeList::ReturnIndex, Attribute::ZExt); in combineShadows()
1125 Call->addParamAttr(0, Attribute::ZExt); in combineShadows()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp45 case Instruction::ZExt: in getRelevantOperands()
105 case Instruction::ZExt: in buildTruncExpressionDag()
312 case Instruction::ZExt: in ReduceExpressionDag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h62 enum { SExt, ZExt }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h361 return Signed ? Attribute::SExt : Attribute::ZExt;
372 return Signed ? Attribute::SExt : Attribute::ZExt;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp851 else if (Attrs.hasParamAttribute(I, Attribute::ZExt)) in selectCall()
966 const auto *ZExt = cast<ZExtInst>(I); in selectZExt() local
968 const Value *Op = ZExt->getOperand(0); in selectZExt()
970 MVT::SimpleValueType To = getLegalType(getSimpleType(ZExt->getType())); in selectZExt()
978 updateValueMap(ZExt, Reg); in selectZExt()
1340 else if (FuncInfo.Fn->getAttributes().hasAttribute(0, Attribute::ZExt)) in selectRet()
1370 case Instruction::ZExt: in fastSelectInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp167 case Instruction::ZExt: in getIntImmCostInst()
664 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
688 if (Opcode == Instruction::ZExt || Opcode == Instruction::SExt) { in getCastInstrCost()
772 if ((Opcode == Instruction::ZExt || Opcode == Instruction::SExt) && in getCastInstrCost()
782 if (Opcode == Instruction::ZExt) in getCastInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen54 ZExt,
111 .Case("zeroext", Attribute::ZExt)
404 return llvm::Attribute::ZExt;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen54 ZExt,
111 .Case("zeroext", Attribute::ZExt)
404 return llvm::Attribute::ZExt;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc54 ZExt,
111 .Case("zeroext", Attribute::ZExt)
404 return llvm::Attribute::ZExt;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen54 ZExt,
111 .Case("zeroext", Attribute::ZExt)
404 return llvm::Attribute::ZExt;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen54 ZExt,
111 .Case("zeroext", Attribute::ZExt)
404 return llvm::Attribute::ZExt;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen54 ZExt,
111 .Case("zeroext", Attribute::ZExt)
404 return llvm::Attribute::ZExt;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h422 case Instruction::ZExt: in getOperationCost()
718 if (Opcode == Instruction::ZExt &&
729 if ((Opcode == Instruction::ZExt || Opcode == Instruction::SExt) &&
734 ((Opcode == Instruction::ZExt) ? ISD::ZEXTLOAD : ISD::SEXTLOAD);
766 if (Opcode == Instruction::ZExt)
1378 IID == Intrinsic::smul_fix ? Instruction::SExt : Instruction::ZExt;
1442 IID == Intrinsic::smul_fix ? Instruction::SExt : Instruction::ZExt;
DCallingConvLower.h38 ZExt, // The value is zero extended in the location. enumerator
157 return (HTP == AExt || HTP == SExt || HTP == ZExt); in isExtInLoc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCallLowering.cpp166 case CCValAssign::LocInfo::ZExt: in assignValueToReg()
204 VA.getLocInfo() == CCValAssign::ZExt || in assignValueToAddress()
330 case CCValAssign::ZExt: { in extendRegister()
392 return CCValAssign::LocInfo::ZExt; in determineLocInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenCallingConv.inc138 LocInfo = CCValAssign::ZExt;
293 LocInfo = CCValAssign::ZExt;
347 LocInfo = CCValAssign::ZExt;
476 LocInfo = CCValAssign::ZExt;
720 LocInfo = CCValAssign::ZExt;
789 LocInfo = CCValAssign::ZExt;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc66 ZExt,
135 .Case("zeroext", Attribute::ZExt)
488 return llvm::Attribute::ZExt;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc66 ZExt,
135 .Case("zeroext", Attribute::ZExt)
488 return llvm::Attribute::ZExt;

123456