Home
last modified time | relevance | path

Searched defs:UId (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMachineFunctionInfo.h62 void initPICLabelUId(unsigned UId) { PICLabelUId = UId; } in initPICLabelUId()
H A DCSKYConstantIslandPass.cpp207 void initPICLabelUId(unsigned UId) { PICLabelUId = UId; } in initPICLabelUId()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h218 initPICLabelUId(unsigned UId) initPICLabelUId() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp350 void initPICLabelUId(unsigned UId) { in initPICLabelUId()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1205 auto UId = U->getNodeId(); in EnforceNodeIdInvariant() local