Searched defs:UId (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMMachineFunctionInfo.h217 void initPICLabelUId(unsigned UId) { argument
218 PICLabelUId = UId;
H A DARMISelLowering.cpp2987 SDValue UId = DAG.getConstant(AFI->createJumpTableUId(), PTy); local
2989 Table = DAG.getNode(ARMISD::WrapperJT, dl, MVT::i32, JTI, UId);
2998 Addr, Op.getOperand(2), JTI, UId);
3006 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI, UId);
3011 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI, UId);
5729 unsigned UId = AFI->createJumpTableUId(); local
5777 .addImm(UId));
5791 .addImm(UId);
5816 .addImm(UId));
5843 .addImm(UId);
[all...]
/external/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h187 void initPICLabelUId(unsigned UId) { argument
188 PICLabelUId = UId;
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp344 void initPICLabelUId(unsigned UId) { argument
345 PICLabelUId = UId;

Completed in 184 milliseconds