HomeSort by relevance Sort by last modified time
    Searched refs:getZExtValue (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 43 std::string HexStr(utohexstr(API.getZExtValue()));
46 OS << utohexstr(API.getZExtValue());
NVPTXLowerAggrCopies.cpp 137 if (len_int->getZExtValue() >= MaxAggrCopySize) {
147 if (len_int->getZExtValue() >= MaxAggrCopySize) {
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 38 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/clang/lib/AST/
TemplateBase.cpp 44 const char Ch = Val.getZExtValue();
70 Integer.VAL = Value.getZExtValue();
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 157 if ((Imm.getZExtValue() & 0xFFFF) == 0)
253 (isShiftedMask_32(Imm.getZExtValue()) ||
254 isShiftedMask_32(~Imm.getZExtValue())))
259 (isShiftedMask_64(Imm.getZExtValue()) ||
260 isShiftedMask_64(~Imm.getZExtValue())))
264 if (UnsignedFree && isUInt<16>(Imm.getZExtValue()))
267 if (ShiftedFree && (Imm.getZExtValue() & 0xFFFF) == 0)
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 86 if (CI->getZExtValue() == NumBits) {
132 if (CI->getZExtValue() > NumBits) {
133 unsigned LowBits = TypeWidth - CI->getZExtValue();
156 if (CI->getValue().ult(TypeWidth) && CI->getZExtValue() > NumBits) {
157 unsigned LowBits = CI->getZExtValue() - NumBits;
223 unsigned NewShAmt = NumBits+CI->getZExtValue();
248 assert(CI->getZExtValue() > NumBits);
250 CI->getZExtValue() - NumBits));
264 unsigned NewShAmt = NumBits+CI->getZExtValue();
288 assert(CI->getZExtValue() > NumBits)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 37 if (bzeroEntry && (!SizeValue || SizeValue->getZExtValue() > 256)) {
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 139 unsigned RCID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
143 unsigned SubRegIdx = cast<ConstantSDNode>(SubRegOp)->getZExtValue();
367 Imm = FP->getValueAPF().bitcastToAPInt().getZExtValue();
370 Imm = C->getZExtValue();
447 uint32_t OffsetVal = Offset->getZExtValue();
448 uint32_t WidthVal = Width->getZExtValue();
594 IntPtr = CurDAG->getIntPtrConstant(Cst->getZExtValue() / 4, true);
616 && isInt<16>(IMMOffset->getZExtValue())) {
619 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), MVT::i32);
623 && isInt<16>(IMMOffset->getZExtValue())) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 340 if (isInt<8>(OffsetNode->getZExtValue() >> 2)) {
342 Offset = CurDAG->getTargetConstant(OffsetNode->getZExtValue() >> 2,
362 && isInt<16>(IMMOffset->getZExtValue())) {
365 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), MVT::i32);
369 && isInt<16>(IMMOffset->getZExtValue())) {
373 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), MVT::i32);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 340 if (isInt<8>(OffsetNode->getZExtValue() >> 2)) {
342 Offset = CurDAG->getTargetConstant(OffsetNode->getZExtValue() >> 2,
362 && isInt<16>(IMMOffset->getZExtValue())) {
365 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), MVT::i32);
369 && isInt<16>(IMMOffset->getZExtValue())) {
373 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), MVT::i32);
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 140 *I8Ptr = (int8_t) AV.IntVal.getZExtValue();
145 *I16Ptr = (int16_t) AV.IntVal.getZExtValue();
150 *I32Ptr = (int32_t) AV.IntVal.getZExtValue();
155 *I64Ptr = (int64_t) AV.IntVal.getZExtValue();
372 sprintf(Buffer, FmtBuf, uint32_t(Args[ArgNo++].IntVal.getZExtValue()));
388 sprintf(Buffer, FmtBuf, Args[ArgNo++].IntVal.getZExtValue());
390 sprintf(Buffer, FmtBuf,uint32_t(Args[ArgNo++].IntVal.getZExtValue()));
477 size_t len = (size_t)Args[2].IntVal.getZExtValue();
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 62 LoopStack.setVectorizerWidth(Val->getZExtValue());
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 612 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1;
614 int64_t Mantissa = Imm.getZExtValue() & 0x7fffff; // 23 bits
640 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1;
642 uint64_t Mantissa = Imm.getZExtValue() & 0xfffffffffffffULL;
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 50 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) {
81 uint64_t SizeVal = ConstantSize->getZExtValue();
90 uint64_t Val = ValC->getZExtValue() & 255;
188 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 66 Chain, Dst, Src, CSize->getZExtValue());
96 uint64_t Bytes = CSize->getZExtValue();
104 uint64_t ByteVal = CByte->getZExtValue();
140 if (CByte && CByte->getZExtValue() == 0)
197 uint64_t Bytes = CSize->getZExtValue();
SystemZISelDAGToDAG.cpp 659 uint64_t AndMask = MaskNode->getZExtValue();
669 if (Used != (AndMask | InsertMask | KnownZero.getZExtValue()))
711 uint64_t Mask = MaskNode->getZExtValue();
718 Mask |= KnownZero.getZExtValue();
735 uint64_t Mask = ~MaskNode->getZExtValue();
742 Mask &= ~KnownOne.getZExtValue();
758 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63;
796 uint64_t Count = CountNode->getZExtValue();
823 uint64_t Count = CountNode->getZExtValue();
889 if (MaskN->getZExtValue() != RISBG.Mask)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 59 Offset += TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());
230 int64_t Size = cast<ConstantInt>(MSI->getLength())->getZExtValue();
614 srcArraySize->getZExtValue();
629 destArraySize->getZExtValue();
764 if (!MDepLen || !MLen || MDepLen->getZExtValue() < MLen->getZExtValue())
    [all...]
LoopUnrollPass.cpp 254 return (EnableValue && EnableValue->getZExtValue());
261 return (EnableValue && !EnableValue->getZExtValue());
270 unsigned Count = CountValue->getZExtValue();
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 58 uint32_t value = (uint32_t)N->getZExtValue();
139 uint64_t Val = cast<ConstantSDNode>(N)->getZExtValue();
240 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue();
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 106 return IntVal.getZExtValue();
  /external/llvm/lib/Analysis/
CostModel.cpp 250 Idx = CI->getZExtValue();
313 Idx = CI->getZExtValue();
464 Idx = CI->getZExtValue();
484 Idx = CI->getZExtValue();
TypeBasedAliasAnalysis.cpp 197 return cast<ConstantInt>(Node->getOperand(2))->getZExtValue();
237 cast<ConstantInt>(Node->getOperand(2))->getZExtValue();
250 getZExtValue();
262 getZExtValue();
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 178 uint64_t Amt = V2.getZExtValue();
196 uint64_t Amt = V2.getZExtValue();
SVals.cpp 263 os << C.getValue().getZExtValue();
311 os << castAs<loc::ConcreteInt>().getValue().getZExtValue() << " (Loc)";
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 103 const_cast<Value*>(getArgOperand(1)))->getZExtValue();
133 return getAlignmentCst()->getZExtValue();

Completed in 301 milliseconds

1 2 3 4 5 6 7 8 9