Searched defs:Shift (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsDirectObjLower.cpp28 int64_t Shift = Inst.getOperand(2).getImm(); local
H A DMipsMCCodeEmitter.cpp58 unsigned Shift = IsLittleEndian ? i * 8 : (Size - 1 - i) * 8; local
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DLEB128.h83 unsigned Shift = 0; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DOperatorPrecedence.h39 Shift = 11, // <<, >> enumerator in enum:clang::prec::Level
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h115 Byte Shift; /* Speed of Freq change; low Shift is for fast change */ member in struct:__anon1555
/freebsd-10.0-release/contrib/llvm/lib/Archive/
H A DArchiveReader.cpp27 unsigned Shift = 0; local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DArgs.cpp458 Args::Shift () function in class:Args
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h261 static inline uint32_t Shift(const uint32_t value, ARM_ShifterType type, const uint32_t amount, function in namespace:lldb_private
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp76 bool SelectMOVWAddressRef(SDValue N, SDValue &Imm, SDValue &Shift) { argument
200 int UImm16, Shift; local
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp1070 bool A64Imms::isMOVZImm(int RegWidth, uint64_t Value, int &UImm16, int &Shift) { argument
1087 bool A64Imms::isMOVNImm(int RegWidth, uint64_t Value, int &UImm16, int &Shift) { argument
1101 isOnlyMOVNImm(int RegWidth, uint64_t Value, int &UImm16, int &Shift) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp348 SDValue Shift = DAG.getConstant(shiftBits, DVT); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp604 Value *Shift = Builder->CreateLShr(X, ShiftDiffCst); local
H A DInstCombinePHI.cpp558 unsigned Shift; // The amount shifted. member in struct:__anon2594::PHIUsageRecord
576 unsigned Shift; // The amount shifted. member in struct:__anon2594::LoweredPHIRecord
678 unsigned Shift = cast<ConstantInt>(User->getOperand(1))->getZExtValue(); local
[all...]
H A DInstCombineCompares.cpp1180 BinaryOperator *Shift = dyn_cast<BinaryOperator>(LHSI->getOperand(0)); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp407 unsigned Shift = FullImm >> 16; local
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp256 printShiftOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O, A64SE::ShiftExtSpecifiers Shift) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp822 bool Shift = false; local
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp361 unsigned Shift = 32; local
913 unsigned Shift = 0; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1628 unsigned Shift = 7; local
H A DTargetLowering.cpp899 SDValue Shift = In.getOperand(1); local
1506 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0.getOperand(0), local
1534 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0, local
2549 unsigned Shift local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp419 int UImm16, Shift; local
591 int UImm16, Shift; local
995 int UImm16, Shift; local
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp828 unsigned Shift = Log2_32(IVBump); local
H A DHexagonISelDAGToDAG.cpp973 SDValue Shift = N->getOperand(0); local
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1144 SDValue Shift = DAG.getNode(ISD::SHL, DL, MVT::i64, In64, Shift32); local
1155 SDValue Shift = DAG.getNode(ISD::SRL, DL, MVT::i64, Out64, Shift32); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2355 uint64_t Shift = Layout->getElementOffsetInBits(i); local
2395 uint64_t Shift; local
2498 uint64_t Shift; local
[all...]

Completed in 189 milliseconds

12