| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 442 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 D | ModuleMap.cpp | 1404 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 D | dinterpret.d | 703 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 D | expression.h | 259 dinteger_t getInteger() { return value; } in getInteger() function
|
| H A D | cppmangle.d | 2065 this.buf.print(t.getInteger()); in visit()
|
| H A D | ctfeexpr.d | 757 if (ie.type.ty == Tpointer && ie.getInteger() == 0) in getAggregateFromPointer()
|
| H A D | dcast.d | 3722 return IntRange(SignExtendedNumber(e.getInteger()))._cast(e.type); in getIntRange()
|
| H A D | mtype.d | 3661 return dim.isIntegerExp() && dim.isIntegerExp().getInteger() == 0; in isIncomplete()
|
| H A D | expression.d | 1875 dinteger_t getInteger() in getInteger() function
|
| H A D | dtemplate.d | 425 return cast(size_t) e.isIntegerExp().getInteger(); in expressionHash()
|
| H A D | expressionsem.d | 2557 e.setInteger(e.getInteger()); in visit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | JSON.cpp | 53 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 D | dinterpret.c | 6600 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 D | expression.h | 240 dinteger_t getInteger() { return value; } in getInteger() function
|
| H A D | dcast.c | 3410 range = IntRange(SignExtendedNumber(e->getInteger())).cast(e->type); in getIntRange()
|
| H A D | dtemplate.c | 399 return (size_t) ((IntegerExp *)e)->getInteger(); in expressionHash()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Function.cpp | 1271 return VectorType::getInteger(VTy); in DecodeFixedType() 1563 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()
|
| H A D | AutoUpgrade.cpp | 2860 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 D | Constants.cpp | 300 Type *IntTy = VectorType::getInteger(VTy); in isElementWiseEqual()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | JSON.h | 142 llvm::Optional<int64_t> getInteger(StringRef K) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 29 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 D | MVEGatherScatterLowering.cpp | 264 Offsets = Builder.CreateZExt(Offsets, VectorType::getInteger(Ty)); in checkGEP()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 10403 llvm::Type *BitTy = llvm::VectorType::getInteger(VTy); in EmitAArch64BuiltinExpr() 12428 llvm::VectorType *IntVecTy = llvm::VectorType::getInteger(FPVecTy); in EmitX86BuiltinExpr()
|