Home
last modified time | relevance | path

Searched refs:HBC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Djavascript67 # BCGen/HBC/BytecodeFileFormat.h#L24
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8016 auto *HBC = dyn_cast<BitCastInst>(HValue); in splitMergedValStore() local
8019 EVT HighTy = HBC ? EVT::getEVT(HBC->getOperand(0)->getType()) in splitMergedValStore()
8032 if (HBC && HBC->getParent() != SI.getParent()) in splitMergedValStore()
8033 HValue = Builder.CreateBitCast(HBC->getOperand(0), HBC->getType()); in splitMergedValStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td319 def FeatureHBC : ExtensionWithMArch<"hbc", "HBC", "FEAT_HBC",