/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FixupSetCC.cpp | 79 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/ |
D | TypePromotion.cpp | 240 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 …]
|
D | Analysis.cpp | 581 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/ |
D | LowerExpectIntrinsic.cpp | 120 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()
|
D | NaryReassociate.cpp | 337 } 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/ |
D | X86GenCallingConv.inc | 390 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/ |
D | PPCGenCallingConv.inc | 121 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/ |
D | DataFlowSanitizer.cpp | 742 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/ |
D | TruncInstCombine.cpp | 45 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/ |
D | HexagonBitTracker.h | 62 enum { SExt, ZExt }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 361 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/ |
D | WebAssemblyFastISel.cpp | 851 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/ |
D | SystemZTargetTransformInfo.cpp | 167 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/ |
D | Attributes.gen | 54 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/ |
D | Attributes.gen | 54 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/ |
D | Attributes.inc | 54 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/ |
D | Attributes.gen | 54 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/ |
D | Attributes.gen | 54 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/ |
D | Attributes.gen | 54 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/ |
D | BasicTTIImpl.h | 422 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;
|
D | CallingConvLower.h | 38 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/ |
D | MipsCallLowering.cpp | 166 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/ |
D | MipsGenCallingConv.inc | 138 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/ |
D | AttributesCompatFunc.inc | 66 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/ |
D | Attributes.inc | 66 ZExt, 135 .Case("zeroext", Attribute::ZExt) 488 return llvm::Attribute::ZExt;
|