Home
last modified time | relevance | path

Searched defs:IsShift (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
H A DTargetTest.cpp57 Matcher<MCInst> IsShift(unsigned Reg, uint16_t Amount, bool IsGPR32) { in IsShift() function
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4280 bool IsShift = BinaryOperator::isShiftOp(op.Opcode) || EmitFixedPointBinOp() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1034 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; PromoteIntRes_ADDSUBSHLSAT() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2254 bool IsShift = MI.getOpcode() == TargetOpcode::G_SSHLSAT || widenScalarAddSubShlSat() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8396 bool IsShift = false; lowerBuildVectorToBitOp() local
[all...]