Searched defs:ShiftOp (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.cpp | 330 OperandARM32Mem(Cfg *Func, Type Ty, Variable *Base, Variable *Index, ShiftKind ShiftOp, uint16_t ShiftAmt, AddrMode Mode) OperandARM32Mem() argument 470 OperandARM32FlexReg(Cfg *Func, Type Ty, Variable *Reg, ShiftKind ShiftOp, Operand *ShiftAmt) OperandARM32FlexReg() argument
|
H A D | IceInstARM32.h | 159 ShiftKind ShiftOp; member in Ice::ARM32::OperandARM32Mem 333 ShiftKind ShiftOp; member in Ice::ARM32::OperandARM32FlexReg 309 create(Cfg *Func, Type Ty, Variable *Reg, ShiftKind ShiftOp, Operand *ShiftAmt) create() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1859 unsigned ShiftOp = TrueOp->getSExtValue() == 1 ? ISD::SRL : ISD::SRA; in expandSelectBoolean() local
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 227 enum ShiftOp { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 3342 unsigned ShiftOp = Subtarget.isABI_N64() ? Mips::DSLL : Mips::SLL; in emitINSERT_DF_VIDX() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 692 unsigned ShiftOp; in PromoteIntRes_ADDSUBSAT() local 776 unsigned ShiftOp = Signed ? ISD::SRA : ISD::SRL; in PromoteIntRes_MULFIX() local 3354 SDValue ShiftOp = N->getOperand(1); in ExpandIntRes_Shift() local [all...] |
H A D | SelectionDAGBuilder.cpp | 2719 SDValue ShiftOp = DAG.getCopyFromReg(getControlRoot(), dl, Reg, VT); in visitBitTestCase() local
|
H A D | DAGCombiner.cpp | 2052 SDValue ShiftOp = IsAdd ? N->getOperand(0) : N->getOperand(1); in foldAddSubOfSignBit() local 6473 auto ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1)); in calculateByteProvider() local [all...] |
Completed in 79 milliseconds