Home
last modified time | relevance | path

Searched refs:TypeHash (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp509 hash_code TypeHash = hash_combine(MCO.isReg(), MCO.isImm(), MCO.isSFPImm(), in hashMCOperand() local
512 return hash_combine(TypeHash, MCO.getReg()); in hashMCOperand()
514 return TypeHash; in hashMCOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h67 uint64_t TypeHash = 0; variable
106 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp281 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp832 llvm::Value *TypeHash = in EmitTypeCheck() local
843 emitHashMix(Builder, TypeHash, Builder.CreateZExt(VPtrVal, Int64Ty)); in EmitTypeCheck()
5836 auto *TypeHash = getUBSanFunctionTypeHash(PointeeType); in EmitCall() local
5892 Builder.CreateICmpEQ(CalleeTypeHash, TypeHash); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp994 auto *TypeHash = mdconst::extract<Constant>(MD->getOperand(1)); in emitFunctionHeader() local
995 emitFunctionPrefix({PrologueSig, TypeHash}); in emitFunctionHeader()