Searched refs:getTagID (Results 1 – 12 of 12) sorted by relevance
1 import { TAG_ID as $, NS, ATTRS, getTagID } from './html.js';228 token.tagID = getTagID(token.tagName);
512 export function getTagID(tagName: string): TAG_ID { function
2 import { TAG_NAMES as $, NS, getTagID } from '../common/html.js';11 tagID: getTagID(name),
17 getTagID,153 …this.fragmentContextID = fragmentContext ? getTagID(this.treeAdapter.getTagName(fragmentContext)) …1417 const tid = getTagID(tn);
1028 uint32_t getTagID() const {1034 return getTagID() == LLVMContext::OB_deopt;1039 return getTagID() == LLVMContext::OB_funclet;1044 return getTagID() == LLVMContext::OB_cfguardtarget;1834 if (getOperandBundleAt(i).getTagID() == ID)1865 if (U.getTagID() == ID)1940 uint32_t ID = getOperandBundleAt(i).getTagID();
189 tn = html.getTagID(adjustedTagName);
24 import { TAG_ID, getTagID } from '../common/html.js';518 ct.tagID = getTagID(ct.tagName);
1584 uint32_t Tag = CS.getOperandBundleAt(i).getTagID(); in InlineFunction()1771 if (ChildOB.getTagID() != LLVMContext::OB_deopt) { in InlineFunction()
764 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneCallInstForBB()
1379 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneInstructionInExitBlock()
1610 if (CS.getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
3014 uint32_t Tag = BU.getTagID(); in visitCallBase()