Home
last modified time | relevance | path

Searched defs:ShiftVal (Results 1 – 23 of 23) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp289 unsigned ShiftVal = AArch64_AM::getShiftValue(MO1.getImm()); in getAddSubImmOpValue() local
629 unsigned ShiftVal = AArch64_AM::getShiftValue(ShiftOpnd); in getImm8OptLsl() local
656 unsigned ShiftVal = AArch64_AM::getShiftValue(MO.getImm()); in getMoveVecShifterOpValue() local
H A DAArch64InstPrinter.cpp1277 unsigned ShiftVal = AArch64_AM::getArithShiftValue(Val); in printArithExtend() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp482 for (unsigned ShiftVal = 0; ShiftVal < Size; ShiftVal += PlatRegSize) { getIntMatCost() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1252 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2(); emitAddSub() local
1274 uint64_t ShiftVal = C->getZExtValue(); emitAddSub() local
1621 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2(); emitLogicalOp() local
1636 uint64_t ShiftVal = C->getZExtValue(); emitLogicalOp() local
4657 uint64_t ShiftVal = C->getValue().logBase2(); selectMul() local
4720 uint64_t ShiftVal = C->getZExtValue(); selectShift() local
[all...]
H A DAArch64ISelDAGToDAG.cpp659 unsigned ShiftVal = CSD->getZExtValue(); isWorthFoldingSHL() local
916 unsigned ShiftVal = 0; SelectArithExtendedRegister() local
969 unsigned ShiftVal = 0; SelectArithUXTXRegister() local
1201 unsigned ShiftVal = CSD->getZExtValue(); SelectExtendedSHL() local
[all...]
H A DAArch64InstrInfo.cpp936 unsigned ShiftVal = AArch64_AM::getShiftValue(Imm); isFalkorShiftExtFast() local
963 unsigned ShiftVal = AArch64_AM::getShiftValue(Imm); isFalkorShiftExtFast() local
971 unsigned ShiftVal = AArch64_AM::getShiftValue(Imm); isFalkorShiftExtFast() local
H A DAArch64TargetTransformInfo.cpp365 for (unsigned ShiftVal = 0; ShiftVal < BitSize; ShiftVal += 64) { getIntImmCost() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp781 Value *ShiftVal = ConstantInt::get(LoadTy, OffsetTy->getBitWidth()); CreateWideLoad() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1738 __anond31e27e20602(const MachineInstr *MI, uint64_t &ShiftVal) matchShiftOfShiftedLogic() argument
1856 matchCombineMulToShl(MachineInstr & MI,unsigned & ShiftVal) matchCombineMulToShl() argument
1868 applyCombineMulToShl(MachineInstr & MI,unsigned & ShiftVal) applyCombineMulToShl() argument
2166 matchCombineShiftToUnmerge(MachineInstr & MI,unsigned TargetShiftSize,unsigned & ShiftVal) matchCombineShiftToUnmerge() argument
2190 applyCombineShiftToUnmerge(MachineInstr & MI,const unsigned & ShiftVal) applyCombineShiftToUnmerge() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp389 APInt ShiftVal = COp->getValue(); simplifyX86varShift() local
H A DX86TargetTransformInfo.cpp5511 for (unsigned ShiftVal = 0; ShiftVal < BitSize; ShiftVal += 64) { getIntImmCost() local
H A DX86ISelLowering.cpp6023 uint64_t ShiftVal = N.getConstantOperandVal(1); getFauxShuffleMask() local
6624 SDValue ShiftVal = DAG.getTargetConstant(NumBits / 8, dl, MVT::i8); getVShift() local
17977 int ShiftVal = (IdxVal % 4) * 8; LowerEXTRACT_VECTOR_ELT() local
17989 int ShiftVal = (IdxVal % 2) * 8; LowerEXTRACT_VECTOR_ELT() local
30226 auto *ShiftVal = dyn_cast<ConstantInt>(I->getOperand(0)); FindSingleBitChange() local
36947 const APInt &ShiftVal = Op.getConstantOperandAPInt(1); ComputeNumSignBitsForTargetNode() local
36958 APInt ShiftVal = Op.getConstantOperandAPInt(1); ComputeNumSignBitsForTargetNode() local
47541 unsigned ShiftVal = N->getConstantOperandVal(1); combineVectorShiftImm() local
48271 unsigned ShiftVal = SplatVal.countr_one(); combineAndMaskToShift() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1984 uint64_t ShiftVal = C->getZExtValue(); in selectShift() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2257 uint32_t ShiftVal = Shift->getZExtValue(); SelectS_BFE() local
2278 uint32_t ShiftVal = Shift->getZExtValue(); SelectS_BFE() local
H A DAMDGPUISelLowering.cpp3089 auto ShiftVal = DAG.getConstant(LeadingZeroes, SL, MVT::i32); lowerCTLZResults() local
5165 SDValue ShiftVal = DAG.getConstant(OffsetVal, DL, MVT::i32); PerformDAGCombine() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp401 ConstantInt *ShiftVal = nullptr; foldVecTruncToExtElt() local
H A DInstCombineCompares.cpp2217 const APInt *ShiftVal; foldICmpShlConstant() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp15025 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[2])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local
15066 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[2])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local
15149 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[1])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local
15178 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[1])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local
15208 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[1])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local
15229 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[1])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2383 auto ShiftVal = Op.getOperand(1); LowerShift() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7449 unsigned ShiftVal = AArch64_AM::getShifterImm(ShType, Val); selectShiftedRegister() local
7540 uint64_t ShiftVal = 0; selectArithExtendedRegister() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1565 unsigned ShiftVal = cast<llvm::ConstantInt>(Shift)->getZExtValue(); upgradeX86ALIGNIntrinsics() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2715 isSimpleShift(SDValue N,unsigned & ShiftVal) isSimpleShift() argument
2893 unsigned NewCCMask, ShiftVal; adjustForTestUnderMask() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5359 unsigned ShiftVal = 0; Select() local