| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Type.h | 163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy() 164 getTypeID() == DoubleTyID || in isFloatingPointTy() 165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy() 170 switch (getTypeID()) { in getFltSemantics() 245 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType() 259 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType() 268 getTypeID() == PointerTyID || 269 getTypeID() == X86_MMXTyID) 273 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && 274 getTypeID() != VectorTyID) [all …]
|
| H A D | DerivedTypes.h | 93 return T->getTypeID() == IntegerTyID; in classof() 143 return T->getTypeID() == FunctionTyID; in classof() 175 return T->getTypeID() == ArrayTyID || in classof() 176 T->getTypeID() == StructTyID || in classof() 177 T->getTypeID() == VectorTyID; in classof() 321 return T->getTypeID() == StructTyID; in classof() 364 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID; in classof() 384 return T->getTypeID() == ArrayTyID; in classof() 458 return T->getTypeID() == VectorTyID; in classof() 499 return T->getTypeID() == PointerTyID; in classof()
|
| H A D | DataLayout.h | 570 switch (Ty->getTypeID()) { in getTypeSizeInBits()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 57 switch (Ty->getTypeID()) { in executeFAddInst() 68 switch (Ty->getTypeID()) { in executeFSubInst() 79 switch (Ty->getTypeID()) { in executeFMulInst() 90 switch (Ty->getTypeID()) { in executeFDivInst() 101 switch (Ty->getTypeID()) { in executeFRemInst() 141 switch (Ty->getTypeID()) { in executeICMP_EQ() 155 switch (Ty->getTypeID()) { in executeICMP_NE() 169 switch (Ty->getTypeID()) { in executeICMP_ULT() 183 switch (Ty->getTypeID()) { in executeICMP_SLT() 197 switch (Ty->getTypeID()) { in executeICMP_UGT() [all …]
|
| H A D | ExternalFunctions.cpp | 74 static char getTypeID(Type *Ty) { in getTypeID() function 75 switch (Ty->getTypeID()) { in getTypeID() 106 ExtName += getTypeID(FT->getReturnType()); in lookupFunction() 108 ExtName += getTypeID(T); in lookupFunction() 125 switch (Ty->getTypeID()) { in ffiTypeFor() 146 switch (Ty->getTypeID()) { in ffiValueFor() 234 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke() 237 switch (RetTy->getTypeID()) { in ffiInvoke()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Type.cpp | 76 if (Ty->getTypeID() == Type::X86_MMXTyID && in canLosslesslyBitCastTo() 81 if (this->getTypeID() == Type::X86_MMXTyID) in canLosslesslyBitCastTo() 116 switch (getTypeID()) { in getPrimitiveSizeInBits() 138 if (getTypeID() == HalfTyID) return 11; in getFPMantissaWidth() 139 if (getTypeID() == FloatTyID) return 24; in getFPMantissaWidth() 140 if (getTypeID() == DoubleTyID) return 53; in getFPMantissaWidth() 141 if (getTypeID() == X86_FP80TyID) return 64; in getFPMantissaWidth() 142 if (getTypeID() == FP128TyID) return 113; in getFPMantissaWidth() 143 assert(getTypeID() == PPC_FP128TyID && "unknown fp type"); in getFPMantissaWidth()
|
| H A D | Constants.cpp | 266 switch (Ty->getTypeID()) { in getNullValue() 1285 switch (Ty->getTypeID()) { in isValueValidForType() 1640 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() 1654 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() 1668 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() 1682 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() 1694 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() 1706 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() 1717 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() 1728 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 72 switch (T->getTypeID()) { in whichFPReturnVariant() 112 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 123 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 124 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID(); in whichFPParamVariantNeeded() 160 switch (ArgType->getTypeID()) { in needsFPStubFromParams()
|
| H A D | MipsOs16.cpp | 52 switch (RetType->getTypeID()) { in needsFPFromSig() 61 switch (Arg.getType()->getTypeID()) { in needsFPFromSig()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 853 switch (T->getTypeID()) { in writeTypeTable() 898 TypeVals.push_back(VE.getTypeID(*I)); in writeTypeTable() 1390 Record.push_back(VE.getTypeID(V->getType())); in writeValueAsMetadata() 2266 Record.push_back(VE.getTypeID(LastTy)); in writeConstants() 2513 Vals.push_back(VE.getTypeID(V->getType())); in pushValueAndType() 2564 Vals.push_back(VE.getTypeID(I.getType())); in writeInstruction() 2717 Vals.push_back(VE.getTypeID(FTy)); in writeInstruction() 2791 Vals64.push_back(VE.getTypeID(PN.getType())); in writeInstruction() 2805 Vals.push_back(VE.getTypeID(LP.getType())); in writeInstruction() 2844 Vals.push_back(VE.getTypeID(I.getType())); in writeInstruction() [all …]
|
| H A D | ValueEnumerator.h | 168 unsigned getTypeID(Type *T) const { in getTypeID() function
|
| H A D | ValueEnumerator.cpp | 533 return getTypeID(LHS.first->getType()) < getTypeID(RHS.first->getType()); in OptimizeConstants()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | WindowsResourceDumper.cpp | 61 SW.printNumber("Resource type (int)", Ref.getTypeID()); in printEntry()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 263 switch (Cnt->getType()->getTypeID()) { in lowerOperand() 340 if (Ty->getTypeID() == Type::VoidTyID) in printReturnValStr() 1208 switch (ETy->getTypeID()) { in printModuleLevelGV() 1308 switch (Ty->getTypeID()) { in getPTXFundamentalTypeStr() 1383 switch (ETy->getTypeID()) { in emitPTXGlobalVariable() 1723 if (Fp->getType()->getTypeID() == Type::FloatTyID) { in printFPConstant() 1727 } else if (Fp->getType()->getTypeID() == Type::DoubleTyID) { in printFPConstant() 1826 switch (CPV->getType()->getTypeID()) { in bufferLEByte()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcMCJITReplacement.cpp | 87 switch (RetTy->getTypeID()) { in runFunction()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 57 switch (unwrap(TyRef)->getTypeID()) { in LLVMCreateGenericValueOfFloat() 88 switch (unwrap(TyRef)->getTypeID()) { in LLVMGenericValueToFloat()
|
| H A D | ExecutionEngine.cpp | 599 switch (C->getType()->getTypeID()) { in getConstantValue() 756 switch (Op0->getType()->getTypeID()) { in getConstantValue() 795 switch (CE->getOperand(0)->getType()->getTypeID()) { in getConstantValue() 890 switch (C->getType()->getTypeID()) { in getConstantValue() 1053 switch (Ty->getTypeID()) { in StoreValueToMemory() 1130 switch (Ty->getTypeID()) { in LoadValueFromMemory()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 282 switch (Ty->getTypeID()) { in getVT() 310 switch (Ty->getTypeID()) { in getEVT()
|
| H A D | IntrinsicLowering.cpp | 42 switch((int)Fn.arg_begin()->getType()->getTypeID()) { in EnsureFPIntrinsicsExist() 318 switch (CI->getArgOperand(0)->getType()->getTypeID()) { in ReplaceFPIntrinsicWithCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 132 switch (Ty->getTypeID()) { in getValueType() 164 switch (Ty->getTypeID()) { in getTypeName() 588 switch (Ty->getTypeID()) { in getValueType() 620 switch (Ty->getTypeID()) { in getTypeName()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 99 uint16_t getTypeID() const { return TypeID; } in getTypeID() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 407 if (int Res = cmpNumbers(TyL->getTypeID(), TyR->getTypeID())) in cmpTypes() 410 switch (TyL->getTypeID()) { in cmpTypes()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 301 switch (Ty->getTypeID()) { in getSmallestAddressableSize()
|
| /freebsd-12.1/contrib/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 117 if (DstTy->getTypeID() != SrcTy->getTypeID()) in areTypesIsomorphic() 301 switch (Ty->getTypeID()) { in get()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 643 switch (Ty->getTypeID()) { in getComplexMultiplyLibCallName() 784 switch (LHSr->getType()->getTypeID()) { in EmitBinDiv()
|