Searched refs:AShr (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4282 case Instruction::AShr:
6327 case Instruction::AShr:
7014 case Instruction::AShr:
H A DSLPVectorizer.cpp2862 case Instruction::AShr:
3477 case Instruction::AShr:
4360 case Instruction::AShr:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1105 return IsFP ? -1 : Instruction::AShr;
2599 Opc == Instruction::AShr) {
3983 Opc == Instruction::AShr) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1881 case Instruction::AShr:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1662 case AShr: return ISD::SRA;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp516 case Instruction::AShr:
H A DIndVarSimplify.cpp783 case Instruction::AShr:
H A DNewGVN.cpp2016 case Instruction::AShr:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1538 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr;
1633 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr;
H A DMasmParser.cpp1753 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp265 2 * getArithmeticInstrCost(Instruction::AShr, Ty, CostKind, Op1Info,
3778 case Instruction::AShr:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2090 case Instruction::AShr:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1760 case Instruction::AShr:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2880 case Instruction::AShr:
H A DARMISelLowering.cpp16331 case Instruction::AShr:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4310 case Instruction::AShr:
6217 case Instruction::AShr: {
6218 // AShr X, C, where C is a constant.
6241 // Y = AShr X, m
7456 OutOpCode = Instruction::AShr;
7535 case Instruction::AShr: {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3560 Opc == Instruction::LShr || Opc == Instruction::AShr) {
3582 case Instruction::AShr:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2458 case AShr:
H A DVerifier.cpp3350 case Instruction::AShr:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp544 case Instruction::AShr: return bitc::BINOP_ASHR;

Completed in 457 milliseconds

123