Searched refs:getTypeID (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp207 switch (CI->getArgOperand(0)->getType()->getTypeID()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp568 switch (RetTy->getTypeID()) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h600 serialization::TypeID getTypeID(QualType T) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp657 switch (Ty->getTypeID()) {
798 switch (LHSr->getType()->getTypeID()) {
H A DCGExprScalar.cpp1394 if (DstTy->getTypeID() < SrcTy->getTypeID())
1724 if (DstEltTy->getTypeID() < SrcEltTy->getTypeID())
H A DTargetInfo.cpp3014 if (IRType->getTypeID() == llvm::Type::FP128TyID)
8397 switch (ElemTy->getTypeID()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp790 switch (Ty->getTypeID()) {
808 switch (Ty->getTypeID()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp706 switch (Ty->getTypeID()) {
H A DFunction.cpp640 switch (Ty->getTypeID()) {
H A DAsmWriter.cpp561 switch (Ty->getTypeID()) {
H A DCore.cpp478 switch (unwrap(Ty)->getTypeID()) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp597 switch (operand_type->getTypeID()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1888 if (Ty->getTypeID() == Type::VoidTyID)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3942 getTypeID(I.first->getCanonicalTypeInternal()), &I.second);
5247 TypeID ASTWriter::getTypeID(QualType T) const {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp129 switch (Ty->getTypeID()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1273 if (retTy->getTypeID() == Type::VoidTyID) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9555 switch (Ty->getScalarType()->getTypeID()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp901 switch (ElementType->getTypeID()) {

Completed in 534 milliseconds

12