Searched refs:TypeHash (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 509 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 D | DWARFUnit.h | 67 uint64_t TypeHash = 0; variable 106 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 281 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 832 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 D | AsmPrinter.cpp | 994 auto *TypeHash = mdconst::extract<Constant>(MD->getOperand(1)); in emitFunctionHeader() local 995 emitFunctionPrefix({PrologueSig, TypeHash}); in emitFunctionHeader()
|