Home
last modified time | relevance | path

Searched refs:getInteger (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h442 static VectorType *getInteger(VectorType *VTy) { in getInteger() function
539 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger() function
540 return cast<FixedVectorType>(VectorType::getInteger(VTy)); in getInteger()
587 static ScalableVectorType *getInteger(ScalableVectorType *VTy) { in getInteger() function
588 return cast<ScalableVectorType>(VectorType::getInteger(VTy)); in getInteger()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1404 uint64_t getInteger() const { in getInteger() function
2356 Header.Size = Tok.getInteger(); in parseHeaderDecl()
2369 Header.ModTime = Tok.getInteger(); in parseHeaderDecl()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d703 e = (*ale.elements)[cast(size_t)ne.getInteger()]; in interpretFunction()
6978 if (eresult.isIntegerExp().getInteger() != 0) in interpret_aaApply()
7062 char x = cast(char)r.isIntegerExp().getInteger(); in foreachApplyUtf()
7074 utf8buf[i] = cast(char)r.isIntegerExp().getInteger(); in foreachApplyUtf()
7087 ushort x = cast(ushort)r.isIntegerExp().getInteger(); in foreachApplyUtf()
7099 utf16buf[i] = cast(ushort)r.isIntegerExp().getInteger(); in foreachApplyUtf()
7110 rawvalue = cast(dchar)r.isIntegerExp().getInteger(); in foreachApplyUtf()
7235 if (eresult.isIntegerExp().getInteger() != 0) in foreachApplyUtf()
H A Dexpression.h259 dinteger_t getInteger() { return value; } in getInteger() function
H A Dcppmangle.d2065 this.buf.print(t.getInteger()); in visit()
H A Dctfeexpr.d757 if (ie.type.ty == Tpointer && ie.getInteger() == 0) in getAggregateFromPointer()
H A Ddcast.d3722 return IntRange(SignExtendedNumber(e.getInteger()))._cast(e.type); in getIntRange()
H A Dmtype.d3661 return dim.isIntegerExp() && dim.isIntegerExp().getInteger() == 0; in isIncomplete()
H A Dexpression.d1875 dinteger_t getInteger() in getInteger() function
H A Ddtemplate.d425 return cast(size_t) e.isIntegerExp().getInteger(); in expressionHash()
H A Dexpressionsem.d2557 e.setInteger(e.getInteger()); in visit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp53 llvm::Optional<int64_t> Object::getInteger(StringRef K) const { in getInteger() function in llvm::json::Object
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c6600 if (((IntegerExp *)eresult)->getInteger() != 0) in interpret_aaApply()
6686 utf8_t x = (utf8_t)(((IntegerExp *)r)->getInteger()); in foreachApplyUtf()
6698 utf8buf[i] = (utf8_t)(((IntegerExp *)r)->getInteger()); in foreachApplyUtf()
6711 unsigned short x = (unsigned short)(((IntegerExp *)r)->getInteger()); in foreachApplyUtf()
6724 utf16buf[i] = (unsigned short)(((IntegerExp *)r)->getInteger()); in foreachApplyUtf()
6736 rawvalue = (dchar_t)((IntegerExp *)r)->getInteger(); in foreachApplyUtf()
6855 if (((IntegerExp *)eresult)->getInteger() != 0) in foreachApplyUtf()
H A Dexpression.h240 dinteger_t getInteger() { return value; } in getInteger() function
H A Ddcast.c3410 range = IntRange(SignExtendedNumber(e->getInteger())).cast(e->type); in getIntRange()
H A Ddtemplate.c399 return (size_t) ((IntegerExp *)e)->getInteger(); in expressionHash()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1271 return VectorType::getInteger(VTy); in DecodeFixedType()
1563 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()
H A DAutoUpgrade.cpp2860 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall()
2869 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall()
2879 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall()
2888 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall()
3797 VectorType *IntIdxTy = VectorType::getInteger(FltIdxTy); in UpgradeIntrinsicCall()
H A DConstants.cpp300 Type *IntTy = VectorType::getInteger(VTy); in isElementWiseEqual()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h142 llvm::Optional<int64_t> getInteger(StringRef K) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp29 VectorType *IntTy = VectorType::getInteger(cast<VectorType>(V->getType())); in getNegativeIsTrueBoolVec()
524 Type *IntegerVecTy = VectorType::getInteger(ArgTy); in simplifyX86movmsk()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp264 Offsets = Builder.CreateZExt(Offsets, VectorType::getInteger(Ty)); in checkGEP()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp10403 llvm::Type *BitTy = llvm::VectorType::getInteger(VTy); in EmitAArch64BuiltinExpr()
12428 llvm::VectorType *IntVecTy = llvm::VectorType::getInteger(FPVecTy); in EmitX86BuiltinExpr()