Home
last modified time | relevance | path

Searched defs:CstVal (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h90 auto &CstVal = SrcMI->getOperand(1); in tryCombineAnyExt() local
150 auto &CstVal = SrcMI->getOperand(1); in tryCombineZExt() local
205 auto &CstVal = SrcMI->getOperand(1); in tryCombineSExt() local
232 auto &CstVal = SrcMI->getOperand(1); in tryCombineTrunc() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp248 auto CstVal = getConstantVRegVal(R, MRI); in computeKnownBitsImpl() local
DUtils.cpp300 const MachineOperand &CstVal = MI.getOperand(1); in getConstantVRegValWithLookThrough() local
DCombinerHelper.cpp2103 const MachineOperand &CstVal = SrcInstr->getOperand(1); in matchCombineUnmergeConstant() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp425 int64_t CstVal = in checkIfSafeAddSequence() local
435 int64_t CstVal = in checkIfSafeAddSequence() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp6055 Optional<int64_t> CstVal = in renderTruncImm() local
6065 uint64_t CstVal = I.getOperand(1).getCImm()->getZExtValue(); in renderLogicalImm32() local
6074 uint64_t CstVal = I.getOperand(1).getCImm()->getZExtValue(); in renderLogicalImm64() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4396 APInt CstVal = IsSExt ? Cst->getValue().sext(BitWidth) in promoteOperandForOther() local
7196 if (ConstantInt *CstVal = dyn_cast<ConstantInt>(ValExtractIdx)) in getConstantVector() local