Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp189 using ClauseFile = std::pair<MachineInstr *, std::vector<MachineInstr *>>; typedef in __anon471997d80111::R600ControlFlowFinalizer
301 ClauseFile
326 return ClauseFile(MIb, std::move(ClauseContent)); in MakeFetchClause()
379 ClauseFile
435 return ClauseFile(&ClauseHead, std::move(ClauseContent)); in MakeALUClause()
439 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause()
450 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause()
495 std::vector<ClauseFile> FetchClauses, AluClauses; in runOnMachineFunction()
637 for (ClauseFile &CF : FetchClauses) in runOnMachineFunction()
639 for (ClauseFile &CF : AluClauses) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp219 using ClauseFile = std::pair<MachineInstr *, std::vector<MachineInstr *>>; typedef in __anonb9c747520111::R600ControlFlowFinalizer
331 ClauseFile
356 return ClauseFile(MIb, std::move(ClauseContent)); in MakeFetchClause()
409 ClauseFile
465 return ClauseFile(&ClauseHead, std::move(ClauseContent)); in MakeALUClause()
469 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause()
481 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause()
527 std::vector<ClauseFile> FetchClauses, AluClauses; in runOnMachineFunction()
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp203 typedef std::pair<MachineInstr *, std::vector<MachineInstr *> > ClauseFile; typedef in __anon1899b7300111::R600ControlFlowFinalizer
316 ClauseFile
341 return ClauseFile(MIb, std::move(ClauseContent)); in MakeFetchClause()
394 ClauseFile
450 return ClauseFile(&ClauseHead, std::move(ClauseContent)); in MakeALUClause()
454 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitFetchClause()
467 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitALUClause()
514 std::vector<ClauseFile> FetchClauses, AluClauses; in runOnMachineFunction()