Home
last modified time | relevance | path

Searched refs:srcType (Results 1 – 6 of 6) sorted by relevance

/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp2550 …YPECONST Type*, std::set<TYPECONST Type*> > &bitCastMap, TYPECONST Type* srcType, TYPECONST Type* …
2552 …YPECONST Type*, std::set<TYPECONST Type*> > &bitCastMap, TYPECONST Type* srcType, TYPECONST Type* … in processFunctionBitCast() argument
2558 TYPECONST FunctionType* srcF = dyn_cast<TYPECONST FunctionType>(srcType); in processFunctionBitCast()
2600 …YPECONST Type*, std::set<TYPECONST Type*> > &bitCastMap, TYPECONST Type* srcType, TYPECONST Type* …
2605 TYPECONST StructType* srcS = dyn_cast<TYPECONST StructType>(srcType);
2642 …YPECONST Type*, std::set<TYPECONST Type*> > &bitCastMap, TYPECONST Type* srcType, TYPECONST Type* … in processBitCast() argument
2651 typeSet.insert(srcType); in processBitCast()
2656 typeSet->insert(srcType); in processBitCast()
2675 for (srcDepth = 0; (ptrType = dyn_cast<PointerType>(srcType)); srcDepth++) in processBitCast()
2676 srcType = ptrType->getElementType(); in processBitCast()
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py350 srcType, preSrc, dummyReloc, relocsPerDummy = dummyReloc
354 if srcType == "asm":
356 elif srcType == "ir":
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp324 QualType srcType = src->getType(); in tryDiagnoseOverloadedCast() local
325 if (!destType->isRecordType() && !srcType->isRecordType()) in tryDiagnoseOverloadedCast()
373 << CT << srcType << destType in tryDiagnoseOverloadedCast()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td3391 RegisterClass srcType, RegisterClass dstType,
3393 : I<(outs dstType:$Rd), (ins srcType:$Rn),
3411 RegisterClass srcType, RegisterClass dstType,
3413 : I<(outs dstType:$Rd), (ins srcType:$Rn, immType:$scale),
3500 RegisterClass srcType, RegisterClass dstType,
3502 : I<(outs dstType:$Rd), (ins srcType:$Rn, immType:$scale),
3517 RegisterClass srcType, RegisterClass dstType,
3519 : I<(outs dstType:$Rd), (ins srcType:$Rn),
3520 asm, "\t$Rd, $Rn", "", [(set (dvt dstType:$Rd), (node srcType:$Rn))]>,
3597 RegisterClass srcType, RegisterClass dstType,
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8110 bool isLaxVectorConversion(QualType srcType, QualType destType);
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c60557 SQLITE_PRIVATE void sqlite3VdbeMemShallowCopy(Mem *pTo, const Mem *pFrom, int srcType){
60564 assert( srcType==MEM_Ephem || srcType==MEM_Static );
60565 pTo->flags |= srcType;