Searched refs:GISelInstProfileBuilder (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CSEInfo.cpp | 31 GISelInstProfileBuilder(ID, MI->getMF()->getRegInfo()).addNodeID(MI); in Profile() 272 const GISelInstProfileBuilder & 273 GISelInstProfileBuilder::addNodeID(const MachineInstr *MI) const { in addNodeID() 282 const GISelInstProfileBuilder & 283 GISelInstProfileBuilder::addNodeIDOpcode(unsigned Opc) const { in addNodeIDOpcode() 288 const GISelInstProfileBuilder & 289 GISelInstProfileBuilder::addNodeIDRegType(const LLT &Ty) const { in addNodeIDRegType() 295 const GISelInstProfileBuilder & 296 GISelInstProfileBuilder::addNodeIDRegType(const TargetRegisterClass *RC) const { in addNodeIDRegType() 301 const GISelInstProfileBuilder & [all …]
|
D | CSEMIRBuilder.cpp | 59 GISelInstProfileBuilder &B) const { in profileDstOp() 71 GISelInstProfileBuilder &B) const { in profileSrcOp() 82 void CSEMIRBuilder::profileMBBOpcode(GISelInstProfileBuilder &B, in profileMBBOpcode() 93 GISelInstProfileBuilder &B) const { in profileEverything() 190 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildInstr() 216 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildConstant() 243 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildFConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | CSEInfo.h | 167 class GISelInstProfileBuilder { 172 GISelInstProfileBuilder(FoldingSetNodeID &ID, const MachineRegisterInfo &MRI) in GISelInstProfileBuilder() function 175 const GISelInstProfileBuilder &addNodeIDOpcode(unsigned Opc) const; 176 const GISelInstProfileBuilder &addNodeIDRegType(const LLT &Ty) const; 177 const GISelInstProfileBuilder &addNodeIDRegType(const unsigned) const; 179 const GISelInstProfileBuilder & 181 const GISelInstProfileBuilder &addNodeIDRegType(const RegisterBank *RB) const; 183 const GISelInstProfileBuilder &addNodeIDRegNum(unsigned Reg) const; 185 const GISelInstProfileBuilder &addNodeIDImmediate(int64_t Imm) const; 186 const GISelInstProfileBuilder & [all …]
|
D | CSEMIRBuilder.h | 56 void profileDstOp(const DstOp &Op, GISelInstProfileBuilder &B) const; 58 void profileDstOps(ArrayRef<DstOp> Ops, GISelInstProfileBuilder &B) const { in profileDstOps() 63 void profileSrcOp(const SrcOp &Op, GISelInstProfileBuilder &B) const; 65 void profileSrcOps(ArrayRef<SrcOp> Ops, GISelInstProfileBuilder &B) const { in profileSrcOps() 70 void profileMBBOpcode(GISelInstProfileBuilder &B, unsigned Opc) const; 74 GISelInstProfileBuilder &B) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | LowLevelTypeImpl.h | 185 friend class GISelInstProfileBuilder;
|