Searched defs:Amt (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPSInt.h117 APSInt& operator>>=(unsigned Amt) { argument
158 APSInt& operator<<=(unsigned Amt) { argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DBasicBlock.h277 void AdjustBlockAddressRefCount(int Amt) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h86 static inline unsigned rotr32(unsigned Val, unsigned Amt) { argument
93 static inline unsigned rotl32(unsigned Val, unsigned Amt) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp585 unsigned Amt = ShiftOp & 0x1f; local
589 O << ", lsl #" << Amt; local
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DConstantFold.cpp248 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); local
270 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); local
H A DInstructions.cpp800 static Value *getAISize(LLVMContext &Context, Value *Amt) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp120 Value *Amt = 0; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1265 void DAGTypeLegalizer::ExpandShiftByConstant(SDNode *N, unsigned Amt, argument
1358 SDValue Amt = N->getOperand(1); local
1446 SDValue Amt = N->getOperand(1); local
[all...]
H A DTargetLowering.cpp3307 SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op1.getValueType())); local
H A DSelectionDAGBuilder.cpp3185 unsigned Amt = ElementSize.logBase2(); local
H A DDAGCombiner.cpp3446 SDValue DAGCombiner::visitShiftByConstant(SDNode *N, unsigned Amt) { argument
3716 SDValue Amt = DAG.getConstant(ShiftAmt, local
3762 SDValue Amt = local
4960 unsigned Amt = RHSC->getZExtValue(); local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp167 unsigned Amt = ARM_AM::getAM2Offset(OffImm); local
193 unsigned Amt = ARM_AM::getAM3Offset(OffImm); local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86InstrInfo.cpp2146 unsigned Amt = MI->getOperand(3).getImm(); local
H A DX86ISelLowering.cpp10803 SDValue Amt = Op.getOperand(1); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6913 unsigned Amt = Inst.getOperand(2).getImm(); local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4034 SDValue Amt = Op.getOperand(2); local
4063 SDValue Amt = Op.getOperand(2); local
4091 SDValue Amt = Op.getOperand(2); local
4163 BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
[all...]

Completed in 586 milliseconds