Home
last modified time | relevance | path

Searched refs:ITy (Results 201 – 225 of 565) sorted by relevance

12345678910>>...23

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td628 class ITy<bits<8> opcode, Format f, X86TypeInfo typeinfo, dag outs, dag ins,
643 : ITy<opcode, MRMDestReg, typeinfo, outlist,
676 : ITy<opcode, MRMSrcReg, typeinfo,
693 : ITy<opcode, MRMSrcReg, typeinfo, (outs),
706 : ITy<opcode, MRMSrcMem, typeinfo, outlist,
736 : ITy<opcode, f, typeinfo, outlist,
767 : ITy<opcode, f, typeinfo, outlist,
799 : ITy<opcode, MRMDestMem, typeinfo,
830 : ITy<opcode, f, typeinfo,
862 : ITy<0x82, f, typeinfo,
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td628 class ITy<bits<8> opcode, Format f, X86TypeInfo typeinfo, dag outs, dag ins,
643 : ITy<opcode, MRMDestReg, typeinfo, outlist,
676 : ITy<opcode, MRMSrcReg, typeinfo,
693 : ITy<opcode, MRMSrcReg, typeinfo, (outs),
706 : ITy<opcode, MRMSrcMem, typeinfo, outlist,
736 : ITy<opcode, f, typeinfo, outlist,
767 : ITy<opcode, f, typeinfo, outlist,
799 : ITy<opcode, MRMDestMem, typeinfo,
830 : ITy<opcode, f, typeinfo,
862 : ITy<0x82, f, typeinfo,
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86InstrArithmetic.td628 class ITy<bits<8> opcode, Format f, X86TypeInfo typeinfo, dag outs, dag ins,
643 : ITy<opcode, MRMDestReg, typeinfo, outlist,
676 : ITy<opcode, MRMSrcReg, typeinfo,
693 : ITy<opcode, MRMSrcReg, typeinfo, (outs),
706 : ITy<opcode, MRMSrcMem, typeinfo, outlist,
736 : ITy<opcode, f, typeinfo, outlist,
767 : ITy<opcode, f, typeinfo, outlist,
799 : ITy<opcode, MRMDestMem, typeinfo,
830 : ITy<opcode, f, typeinfo,
862 : ITy<0x82, f, typeinfo,
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td628 class ITy<bits<8> opcode, Format f, X86TypeInfo typeinfo, dag outs, dag ins,
643 : ITy<opcode, MRMDestReg, typeinfo, outlist,
676 : ITy<opcode, MRMSrcReg, typeinfo,
693 : ITy<opcode, MRMSrcReg, typeinfo, (outs),
706 : ITy<opcode, MRMSrcMem, typeinfo, outlist,
736 : ITy<opcode, f, typeinfo, outlist,
767 : ITy<opcode, f, typeinfo, outlist,
799 : ITy<opcode, MRMDestMem, typeinfo,
830 : ITy<opcode, f, typeinfo,
862 : ITy<0x82, f, typeinfo,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td628 class ITy<bits<8> opcode, Format f, X86TypeInfo typeinfo, dag outs, dag ins,
643 : ITy<opcode, MRMDestReg, typeinfo, outlist,
676 : ITy<opcode, MRMSrcReg, typeinfo,
693 : ITy<opcode, MRMSrcReg, typeinfo, (outs),
706 : ITy<opcode, MRMSrcMem, typeinfo, outlist,
736 : ITy<opcode, f, typeinfo, outlist,
767 : ITy<opcode, f, typeinfo, outlist,
799 : ITy<opcode, MRMDestMem, typeinfo,
830 : ITy<opcode, f, typeinfo,
862 : ITy<0x82, f, typeinfo,
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DAutoUpgrade.cpp2398 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local
2399 Rep = Builder.CreateAnd(Builder.CreateBitCast(CI->getArgOperand(0), ITy), in UpgradeIntrinsicCall()
2400 Builder.CreateBitCast(CI->getArgOperand(1), ITy)); in UpgradeIntrinsicCall()
2406 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local
2407 Rep = Builder.CreateNot(Builder.CreateBitCast(CI->getArgOperand(0), ITy)); in UpgradeIntrinsicCall()
2409 Builder.CreateBitCast(CI->getArgOperand(1), ITy)); in UpgradeIntrinsicCall()
2415 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local
2416 Rep = Builder.CreateOr(Builder.CreateBitCast(CI->getArgOperand(0), ITy), in UpgradeIntrinsicCall()
2417 Builder.CreateBitCast(CI->getArgOperand(1), ITy)); in UpgradeIntrinsicCall()
2423 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h194 template <typename ITy> bool match(const MachineRegisterInfo &MRI, ITy &&V) {
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DValueTypes.cpp107 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
108 return TypeSize::Fixed(ITy->getBitWidth()); in getExtendedSizeInBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DValueTypes.cpp107 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
108 return TypeSize::Fixed(ITy->getBitWidth()); in getExtendedSizeInBits()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h194 template <typename ITy> bool match(const MachineRegisterInfo &MRI, ITy &&V) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp107 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
108 return TypeSize::Fixed(ITy->getBitWidth()); in getExtendedSizeInBits()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp220 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in isLargeIntegerTy() local
221 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U); in isLargeIntegerTy()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp220 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))
221 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U);
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DSROA.cpp1113 IntegerType *ITy = nullptr; in findCommonType() local
1142 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1143 ITy = UserITy; in findCommonType()
1154 return TyIsCommon ? Ty : ITy; in findCommonType()
1990 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
1991 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy)) in isIntegerWideningViableForSlice()
2015 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2016 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy)) in isIntegerWideningViableForSlice()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DSROA.cpp1114 IntegerType *ITy = nullptr; in findCommonType() local
1143 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1144 ITy = UserITy; in findCommonType()
1155 return TyIsCommon ? Ty : ITy; in findCommonType()
1992 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
1993 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy)) in isIntegerWideningViableForSlice()
2017 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2018 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy)) in isIntegerWideningViableForSlice()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1318 IntegerType *ITy = nullptr; in findCommonType() local
1347 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1348 ITy = UserITy; in findCommonType()
1359 return TyIsCommon ? Ty : ITy; in findCommonType()
2233 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
2234 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
2258 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2259 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DSROA.cpp1133 IntegerType *ITy = nullptr; in findCommonType() local
1162 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1163 ITy = UserITy; in findCommonType()
1174 return TyIsCommon ? Ty : ITy; in findCommonType()
2030 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
2031 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy)) in isIntegerWideningViableForSlice()
2055 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2056 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy)) in isIntegerWideningViableForSlice()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1137 IntegerType *ITy = nullptr; in findCommonType() local
1166 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1167 ITy = UserITy; in findCommonType()
1178 return {TyIsCommon ? Ty : nullptr, ITy}; in findCommonType()
2042 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
2043 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
2067 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2068 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DSROA.cpp1137 IntegerType *ITy = nullptr; in findCommonType() local
1166 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1167 ITy = UserITy; in findCommonType()
1178 return {TyIsCommon ? Ty : nullptr, ITy}; in findCommonType()
2042 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
2043 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
2067 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2068 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1130 IntegerType *ITy = nullptr; in findCommonType() local
1159 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1160 ITy = UserITy; in findCommonType()
1171 return {TyIsCommon ? Ty : nullptr, ITy}; in findCommonType()
2035 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
2036 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
2060 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2061 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DSROA.cpp1117 IntegerType *ITy = nullptr; in findCommonType() local
1146 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1147 ITy = UserITy; in findCommonType()
1158 return TyIsCommon ? Ty : ITy; in findCommonType()
2021 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
2022 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
2046 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2047 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1133 IntegerType *ITy = nullptr; in findCommonType() local
1162 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1163 ITy = UserITy; in findCommonType()
1174 return TyIsCommon ? Ty : ITy; in findCommonType()
2030 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
2031 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy)) in isIntegerWideningViableForSlice()
2055 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2056 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy)) in isIntegerWideningViableForSlice()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1137 IntegerType *ITy = nullptr; in findCommonType() local
1166 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1167 ITy = UserITy; in findCommonType()
1178 return {TyIsCommon ? Ty : nullptr, ITy}; in findCommonType()
2042 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
2043 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
2067 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2068 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1137 IntegerType *ITy = nullptr; in findCommonType() local
1166 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1167 ITy = UserITy; in findCommonType()
1178 return {TyIsCommon ? Ty : nullptr, ITy}; in findCommonType()
2002 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
2003 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
2027 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2028 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1137 IntegerType *ITy = nullptr; in findCommonType() local
1166 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth()) in findCommonType()
1167 ITy = UserITy; in findCommonType()
1178 return {TyIsCommon ? Ty : nullptr, ITy}; in findCommonType()
2042 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local
2043 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()
2067 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
2068 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedSize()) in isIntegerWideningViableForSlice()

12345678910>>...23