Home
last modified time | relevance | path

Searched refs:CT (Results 1 – 25 of 70) sorted by relevance

123

/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDR600TextureIntrinsicsReplacer.cpp39 unsigned SrcSelect[4], unsigned CT[4], in getAdjustmentFromTextureTarget()
92 CT[0] = 0; in getAdjustmentFromTextureTarget()
93 CT[1] = 0; in getAdjustmentFromTextureTarget()
98 CT[2] = 0; in getAdjustmentFromTextureTarget()
103 CT[1] = 0; in getAdjustmentFromTextureTarget()
105 CT[2] = 0; in getAdjustmentFromTextureTarget()
110 CT[2] = 0; in getAdjustmentFromTextureTarget()
123 Value *Sampler, unsigned CT[4], Value *Coord) { in ReplaceCallInst()
142 ConstantInt::get(Int32Type, CT[0]), in ReplaceCallInst()
143 ConstantInt::get(Int32Type, CT[1]), in ReplaceCallInst()
[all …]
HDR600Instructions.td66 def CT: Operand<i32> {
852 CT:$COORD_TYPE_X, CT:$COORD_TYPE_Y, CT:$COORD_TYPE_Z,
853 CT:$COORD_TYPE_W),
858 "CT:$COORD_TYPE_X$COORD_TYPE_Y$COORD_TYPE_Z$COORD_TYPE_W"),
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp937 CanThrowResult CT = canDynamicCastThrow(cast<CXXDynamicCastExpr>(E)); in canThrow() local
938 if (CT == CT_Can) in canThrow()
939 return CT; in canThrow()
940 return mergeCanThrow(CT, canSubExprsThrow(*this, E)); in canThrow()
956 CanThrowResult CT; in canThrow() local
958 CT = CT_Dependent; in canThrow()
960 CT = CT_Cannot; in canThrow()
962 CT = canCalleeThrow(*this, E, CE->getCalleeDecl()); in canThrow()
964 CT = CT_Can; in canThrow()
965 if (CT == CT_Can) in canThrow()
[all …]
/NextBSD/contrib/llvm/tools/llvm-cxxdump/
HDllvm-cxxdump.cpp312 CatchableType CT; in dumpCXXData() local
313 CT.Flags = DataPtr[0]; in dumpCXXData()
314 CT.NonVirtualBaseAdjustmentOffset = DataPtr[2]; in dumpCXXData()
315 CT.VirtualBasePointerOffset = DataPtr[3]; in dumpCXXData()
316 CT.VirtualBaseAdjustmentOffset = DataPtr[4]; in dumpCXXData()
317 CT.Size = DataPtr[5]; in dumpCXXData()
318 StringRef *I = std::begin(CT.Symbols), *E = std::end(CT.Symbols); in dumpCXXData()
322 CTs[SymName] = CT; in dumpCXXData()
449 const CatchableType &CT = CTPair.second; in dumpCXXData() local
452 << "]: " << (CT.Flags & Flag ? "true" : "false") << '\n'; in dumpCXXData()
[all …]
/NextBSD/contrib/llvm/include/llvm/IR/
HDGetElementPtrTypeIterator.h73 CompositeType *CT = cast<CompositeType>(CurTy.getPointer()); in getIndexedType() local
74 return CT->getTypeAtIndex(getOperand()); in getIndexedType()
86 } else if (CompositeType *CT = variable
88 CurTy.setPointer(CT->getTypeAtIndex(getOperand()));
/NextBSD/contrib/llvm/utils/TableGen/
HDDAGISelMatcher.cpp391 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local
393 if (CT->getResNo() >= getOpcode().getNumResults()) in isContradictoryImpl()
396 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo()); in isContradictoryImpl()
398 return TypesAreContradictory(NodeType, CT->getType()); in isContradictoryImpl()
405 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
406 return TypesAreContradictory(getType(), CT->getType()); in isContradictoryImpl()
HDDAGISelMatcherOpt.cpp51 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
53 CT->getResNo() == 0) // CheckChildType checks res #0 in ContractNodes()
54 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType()); in ContractNodes()
/NextBSD/share/syscons/fonts/
HDiso-thin-8x16.fnt82 M."0B(B(D."`@(```````'B$A(3XA(2$^("`@````$`@$`#Q"`CY"0CT`````
83 M``0($``\0@(^0D(]```````0*$0`/$("/D)"/0```````#),`#Q"`CY"0CT`
92 M0D)"0D)"/0``````&"1"`$)"0D)"0CT````````D)`!"0D)"0D(]````````
HDiso15-thin-8x16.fnt82 M(#XA(2$Q+B`@("``````'B$A(3XA(2$Q+B``````$`@$`#Q"`CY"0CT`````
83 M``0($``\0@(^0D(]```````0*$0`/$("/D)"/0```````#),`#Q"`CY"0CT`
92 M0D)"0D)"/0``````&"1"`$)"0D)"0CT````````D)`!"0D)"0D(]````````
/NextBSD/contrib/llvm/lib/Analysis/
HDModuleDebugInfoPrinter.cpp120 if (auto *CT = dyn_cast<DICompositeType>(T)) { in print() local
121 if (auto *S = CT->getRawIdentifier()) in print()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprClassification.cpp606 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
608 if (CT.isConstQualified()) in IsModifiable()
610 if (CT.getQualifiers().getAddressSpace() == LangAS::opencl_constant) in IsModifiable()
614 if (CT->isArrayType()) in IsModifiable()
617 if (CT->isIncompleteType()) in IsModifiable()
621 if (const RecordType *R = CT->getAs<RecordType>()) in IsModifiable()
HDMangle.cpp204 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock() argument
208 mangleCXXCtor(CD, CT, Out); in mangleCtorBlock()
HDType.cpp397 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType)) in isComplexType() local
398 return CT->getElementType()->isFloatingType(); in isComplexType()
1764 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType)) in isFloatingType() local
1765 return CT->getElementType()->isFloatingType(); in isFloatingType()
1827 } else if (const ComplexType *CT = dyn_cast<ComplexType>(T)) { in getScalarTypeKind() local
1828 if (CT->getElementType()->isRealFloatingType()) in getScalarTypeKind()
3111 const Type *CT = T->getCanonicalTypeInternal().getTypePtr(); in ensure() local
3112 ensure(CT); in ensure()
3114 T->TypeBits.CachedLinkage = CT->TypeBits.CachedLinkage; in ensure()
3115 T->TypeBits.CachedLocalOrUnnamed = CT->TypeBits.CachedLocalOrUnnamed; in ensure()
HDASTContext.cpp1846 if (const ComplexType *CT = T->getAs<ComplexType>()) in getPreferredTypeAlign() local
1847 T = CT->getElementType().getTypePtr(); in getPreferredTypeAlign()
2256 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos)) in getComplexType() local
2257 return QualType(CT, 0); in getComplexType()
4514 if (const ComplexType *CT = T->getAs<ComplexType>()) in getFloatingRank() local
4515 return getFloatingRank(CT->getElementType()); in getFloatingRank()
5437 CanQualType CT = getCanonicalType(T); in getObjCEncodingForTypeImpl() local
5438 switch (CT->getTypeClass()) { in getObjCEncodingForTypeImpl()
5443 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CT)) in getObjCEncodingForTypeImpl()
5446 S += ObjCEncodingForEnumType(this, cast<EnumType>(CT)); in getObjCEncodingForTypeImpl()
[all …]
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDStraightLineStrengthReduce.cpp94 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate()
96 : CandidateKind(CT), Base(B), Index(Idx), Stride(S), Ins(I), in Candidate()
181 void allocateCandidatesAndFindBasis(Candidate::Kind CT, const SCEV *B,
329 Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in allocateCandidatesAndFindBasis() argument
331 Candidate C(CT, B, Idx, S, I); in allocateCandidatesAndFindBasis()
/NextBSD/tools/kerneldoc/subsys/
HDDoxyfile-dev_ct8 PROJECT_NAME = "FreeBSD kernel CT device code"
/NextBSD/contrib/llvm/lib/CodeGen/
HDAnalysis.cpp417 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType() local
418 if (!indexReallyValid(CT, 0)) in advanceToNextLeafType()
421 SubTypes.push_back(CT); in advanceToNextLeafType()
424 DeeperType = CT->getTypeAtIndex(0U); in advanceToNextLeafType()
/NextBSD/contrib/file/magic/Magdir/
HDeditors6 0 string @CT\ T602 document data,
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDMangle.h119 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT,
218 CXXCtorType CT, uint32_t Size,
/NextBSD/contrib/groff/tmac/
HDTODO26 Implement thesis Mode (TM, CT).
/NextBSD/libexec/getty/
HDmain.c246 if (getty_chat(IC, CT, DC) > 0) { in main()
269 i = getty_chat(AC, CT, DC); in main()
HDgettytab.h138 #define CT gettynums[27].value macro
/NextBSD/contrib/llvm/lib/Target/AMDGPU/InstPrinter/
HDAMDGPUInstPrinter.cpp555 unsigned CT = MI->getOperand(OpNo).getImm(); in printCT() local
556 switch (CT) { in printCT()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenTypes.h266 CXXCtorType CT);
/NextBSD/contrib/llvm/tools/clang/lib/Index/
HDUSRGeneration.cpp674 if (const ComplexType *CT = T->getAs<ComplexType>()) { in VisitType() local
676 T = CT->getElementType(); in VisitType()

123