HomeSort by relevance Sort by last modified time
    Searched refs:APInt (Results 101 - 125 of 248) sorted by null

1 2 3 45 6 7 8 910

  /external/llvm/include/llvm/IR/
Constants.h 25 #include "llvm/ADT/APInt.h"
55 ConstantInt(IntegerType *Ty, const APInt& V);
56 APInt Val;
82 /// value V will be canonicalized to a an unsigned APInt. Accessing it with
91 static ConstantInt *get(LLVMContext &Context, const APInt &V);
100 static Constant *get(Type* Ty, const APInt& V);
102 /// Return the constant as an APInt value reference. This allows clients to
105 inline const APInt &getValue() const {
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
SIInstrInfo.cpp 486 bool SIInstrInfo::isInlineConstant(const APInt &Imm) const {
500 return (APInt::floatToBits(0.0f) == Imm) ||
501 (APInt::floatToBits(1.0f) == Imm) ||
502 (APInt::floatToBits(-1.0f) == Imm) ||
503 (APInt::floatToBits(0.5f) == Imm) ||
504 (APInt::floatToBits(-0.5f) == Imm) ||
505 (APInt::floatToBits(2.0f) == Imm) ||
506 (APInt::floatToBits(-2.0f) == Imm) ||
507 (APInt::floatToBits(4.0f) == Imm) ||
508 (APInt::floatToBits(-4.0f) == Imm)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 279 APInt &KnownZero,
280 APInt &KnownOne,
284 APInt KnownZero2;
285 APInt KnownOne2;
286 KnownZero = KnownOne = APInt(KnownOne.getBitWidth(), 0); // Don't know anything
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 37 class APInt;
548 Constant *getConstantEvolutionLoopExitValue(PHINode *PN, const APInt& BEs,
592 const SCEV *getConstant(const APInt& Val);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 318 void computeKnownBitsForTargetNode(const SDValue Op, APInt &KnownZero,
319 APInt &KnownOne,
386 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 401 APInt &KnownZero,
402 APInt &KnownOne,
470 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 615 APInt &KnownZero,
616 APInt &KnownOne,
769 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
    [all...]
  /external/lldb/source/Core/
DataExtractor.cpp 21 #include "llvm/ADT/APInt.h"
1323 llvm::APInt apint; local
1773 llvm::APInt apint; local
1782 llvm::APInt apint; local
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 350 void addConstantValue(DIE &Die, const APInt &Val, DIType Ty);
351 void addConstantValue(DIE &Die, const APInt &Val, bool Unsigned);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 91 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 89 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X,
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 233 Args[0].IntVal = APInt(32, p->value);
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 99 APInt Offset(BitWidth, 0);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 108 Value* one = ConstantInt::get(GlobalContext, APInt(32, 1));
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 47 APInt A(8, 1), B(8, 2);
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 482 llvm::APInt cookieSize(sizeWidth,
504 llvm::APInt arraySizeMultiplier(sizeWidth, 1);
512 llvm::APInt typeSizeMultiplier(sizeWidth, typeSize.getQuantity());
522 const llvm::APInt &count = numElementsC->getValue();
538 llvm::APInt adjustedCount = count.zextOrTrunc(sizeWidth);
553 llvm::APInt allocationSize
595 llvm::APInt threshold(numElementsWidth, 1);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 149 APInt API = APInt::getAllOnesValue(Size);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 154 APInt value_apint;
213 bool ResolveConstantValue (APInt &value, const Constant *constant)
267 value += APInt(value.getBitWidth(), offset, is_signed);
277 value = APInt(m_target_data.getPointerSizeInBits(), 0);
319 APInt resolved_value;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 597 static bool isVSplat(SDValue N, APInt &Imm, bool IsLittleEndian) {
603 APInt SplatValue, SplatUndef;
628 APInt SplatValue, SplatUndef;
683 APInt Mask, InvMask;
848 APInt SplatValue, SplatUndef;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 154 const APInt &BVal = CB->getValue();
155 const APInt &CVal = CC->getValue();
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 37 class APInt;
546 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record);
  /external/llvm/lib/IR/
Metadata.cpp 432 APInt LB = cast<ConstantInt>(EndPoints[Size - 2])->getValue();
433 APInt LE = cast<ConstantInt>(EndPoints[Size - 1])->getValue();
Value.cpp 435 APInt &Offset) {
452 APInt GEPOffset(Offset);

Completed in 801 milliseconds

1 2 3 45 6 7 8 910