Home
last modified time | relevance | path

Searched refs:ZExt (Results 201 – 225 of 2192) sorted by relevance

12345678910>>...88

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp846 else if (Attrs.hasParamAttribute(I, Attribute::ZExt)) in selectCall()
980 const auto *ZExt = cast<ZExtInst>(I); in selectZExt() local
982 const Value *Op = ZExt->getOperand(0); in selectZExt()
984 MVT::SimpleValueType To = getLegalType(getSimpleType(ZExt->getType())); in selectZExt()
992 updateValueMap(ZExt, Reg); in selectZExt()
1357 else if (FuncInfo.Fn->getAttributes().hasAttribute(0, Attribute::ZExt)) in selectRet()
1387 case Instruction::ZExt: in fastSelectInstruction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/WebAssembly/
H A 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()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/WebAssembly/
H A 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()
1358 else if (FuncInfo.Fn->getAttributes().hasAttribute(0, Attribute::ZExt)) in selectRet()
1386 case Instruction::ZExt: in fastSelectInstruction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp839 else if (Attrs.hasParamAttribute(i, Attribute::ZExt)) in selectCall()
951 const ZExtInst *ZExt = cast<ZExtInst>(I); in selectZExt() local
953 const Value *Op = ZExt->getOperand(0); in selectZExt()
955 MVT::SimpleValueType To = getLegalType(getSimpleType(ZExt->getType())); in selectZExt()
963 updateValueMap(ZExt, Reg); in selectZExt()
1343 else if (FuncInfo.Fn->getAttributes().hasAttribute(0, Attribute::ZExt)) in selectRet()
1371 case Instruction::ZExt: in fastSelectInstruction()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp819 else if (Attrs.hasParamAttribute(i, Attribute::ZExt)) in selectCall()
931 const ZExtInst *ZExt = cast<ZExtInst>(I); in selectZExt() local
933 const Value *Op = ZExt->getOperand(0); in selectZExt()
935 MVT::SimpleValueType To = getLegalType(getSimpleType(ZExt->getType())); in selectZExt()
943 updateValueMap(ZExt, Reg); in selectZExt()
1312 else if (FuncInfo.Fn->getAttributes().hasAttribute(0, Attribute::ZExt)) in selectRet()
1338 case Instruction::ZExt: return selectZExt(I); in fastSelectInstruction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp843 else if (Attrs.hasParamAttribute(I, Attribute::ZExt)) in selectCall()
992 const auto *ZExt = cast<ZExtInst>(I); in selectZExt() local
994 const Value *Op = ZExt->getOperand(0); in selectZExt()
996 MVT::SimpleValueType To = getLegalType(getSimpleType(ZExt->getType())); in selectZExt()
1004 updateValueMap(ZExt, Reg); in selectZExt()
1373 else if (FuncInfo.Fn->getAttributes().hasAttribute(0, Attribute::ZExt)) in selectRet()
1403 case Instruction::ZExt: in fastSelectInstruction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp173 auto *ZExt = new ZExtInst(ExtOp, Inst.getType(), "", &Inst); in simplifyInstsInBlock() local
174 InsertedValues.insert(ZExt); in simplifyInstsInBlock()
175 Inst.replaceAllUsesWith(ZExt); in simplifyInstsInBlock()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DSCCP.cpp173 auto *ZExt = new ZExtInst(ExtOp, Inst.getType(), "", &Inst); in simplifyInstsInBlock() local
174 InsertedValues.insert(ZExt); in simplifyInstsInBlock()
175 Inst.replaceAllUsesWith(ZExt); in simplifyInstsInBlock()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp173 auto *ZExt = new ZExtInst(ExtOp, Inst.getType(), "", &Inst); in simplifyInstsInBlock() local
174 InsertedValues.insert(ZExt); in simplifyInstsInBlock()
175 Inst.replaceAllUsesWith(ZExt); in simplifyInstsInBlock()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp173 auto *ZExt = new ZExtInst(ExtOp, Inst.getType(), "", &Inst); in simplifyInstsInBlock() local
174 InsertedValues.insert(ZExt); in simplifyInstsInBlock()
175 Inst.replaceAllUsesWith(ZExt); in simplifyInstsInBlock()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp173 auto *ZExt = new ZExtInst(ExtOp, Inst.getType(), "", &Inst); in simplifyInstsInBlock() local
174 InsertedValues.insert(ZExt); in simplifyInstsInBlock()
175 Inst.replaceAllUsesWith(ZExt); in simplifyInstsInBlock()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp173 auto *ZExt = new ZExtInst(ExtOp, Inst.getType(), "", &Inst); in simplifyInstsInBlock() local
174 InsertedValues.insert(ZExt); in simplifyInstsInBlock()
175 Inst.replaceAllUsesWith(ZExt); in simplifyInstsInBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp170 case Instruction::ZExt: in getIntImmCostInst()
697 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
726 if ((Opcode == Instruction::ZExt || Opcode == Instruction::SExt) && in getCastInstrCost()
736 if (Opcode == Instruction::ZExt) in getCastInstrCost()
758 if (Opcode == Instruction::ZExt || Opcode == Instruction::SExt) { in getCastInstrCost()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/SystemZ/
H A 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp169 case Instruction::ZExt: in getIntImmCostInst()
695 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
723 if ((Opcode == Instruction::ZExt || Opcode == Instruction::SExt) && in getCastInstrCost()
733 if (Opcode == Instruction::ZExt) in getCastInstrCost()
755 if (Opcode == Instruction::ZExt || Opcode == Instruction::SExt) { in getCastInstrCost()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/SystemZ/
H A 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp170 case Instruction::ZExt: in getIntImmCostInst()
697 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
726 if ((Opcode == Instruction::ZExt || Opcode == Instruction::SExt) && in getCastInstrCost()
736 if (Opcode == Instruction::ZExt) in getCastInstrCost()
758 if (Opcode == Instruction::ZExt || Opcode == Instruction::SExt) { in getCastInstrCost()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp169 case Instruction::ZExt: in getIntImmCostInst()
695 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
723 if ((Opcode == Instruction::ZExt || Opcode == Instruction::SExt) && in getCastInstrCost()
733 if (Opcode == Instruction::ZExt) in getCastInstrCost()
755 if (Opcode == Instruction::ZExt || Opcode == Instruction::SExt) { in getCastInstrCost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp170 case Instruction::ZExt: in getIntImmCostInst()
697 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
726 if ((Opcode == Instruction::ZExt || Opcode == Instruction::SExt) && in getCastInstrCost()
736 if (Opcode == Instruction::ZExt) in getCastInstrCost()
758 if (Opcode == Instruction::ZExt || Opcode == Instruction::SExt) { in getCastInstrCost()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp167 case Instruction::ZExt: in getIntImmCost()
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()
/dports/security/klee/klee-2.2/lib/Expr/
H A DExpr.cpp141 X(ZExt); in printKind()
272 CAST_EXPR_CASE(ZExt); in createFromKind()
386 ref<ConstantExpr> ConstantExpr::ZExt(Width W) { in ZExt() function in ConstantExpr
717 return CE->ZExt(w); in create()
1107 ref<ConstantExpr> trunc = cl->ZExt(fromBits); in EqExpr_createPartialR()
1116 } else if (rk == Expr::ZExt) { in EqExpr_createPartialR()
1120 ref<ConstantExpr> trunc = cl->ZExt(fromBits); in EqExpr_createPartialR()
1124 if (cl == trunc->ZExt(width)) { in EqExpr_createPartialR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h378 return Signed ? Attribute::SExt : Attribute::ZExt;
389 return Signed ? Attribute::SExt : Attribute::ZExt;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h384 return Signed ? Attribute::SExt : Attribute::ZExt;
395 return Signed ? Attribute::SExt : Attribute::ZExt;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h377 return Signed ? Attribute::SExt : Attribute::ZExt;
388 return Signed ? Attribute::SExt : Attribute::ZExt;

12345678910>>...88