Home
last modified time | relevance | path

Searched refs:BaseInt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsLoongArch.td73 def int_loongarch_crc_w_b_w : BaseInt<[llvm_i32_ty],
75 def int_loongarch_crc_w_h_w : BaseInt<[llvm_i32_ty],
77 def int_loongarch_crc_w_w_w : BaseInt<[llvm_i32_ty],
79 def int_loongarch_crc_w_d_w : BaseInt<[llvm_i32_ty],
82 def int_loongarch_crcc_w_b_w : BaseInt<[llvm_i32_ty],
84 def int_loongarch_crcc_w_h_w : BaseInt<[llvm_i32_ty],
86 def int_loongarch_crcc_w_w_w : BaseInt<[llvm_i32_ty],
88 def int_loongarch_crcc_w_d_w : BaseInt<[llvm_i32_ty],
91 def int_loongarch_csrrd_w : BaseInt<[llvm_i32_ty], [llvm_i32_ty],
99 def int_loongarch_csrxchg_w : BaseInt<[llvm_i32_ty],
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp644 ConstInfo.BaseInt = ConstInt; in findAndMakeBaseConstant()
889 IntegerType *Ty = ConstInfo.BaseInt->getIntegerType(); in emitBaseConstants()
890 Base = new BitCastInst(ConstInfo.BaseInt, Ty, "const", IP); in emitBaseConstants()
895 LLVM_DEBUG(dbgs() << "Hoist constant (" << *ConstInfo.BaseInt in emitBaseConstants()
H A DRewriteStatepointsForGC.cpp2626 Value *BaseInt = in inlineGetBaseAndOffset() local
2632 Value *Offset = Builder.CreateSub(DerivedInt, BaseInt); in inlineGetBaseAndOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h117 ConstantInt *BaseInt; member