Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp220 using ClauseFile = std::pair<MachineInstr *, std::vector<MachineInstr *>>; typedef in __anon47c1fcb20111::R600ControlFlowFinalizer
332 ClauseFile
357 return ClauseFile(MIb, std::move(ClauseContent)); in MakeFetchClause()
410 ClauseFile
466 return ClauseFile(&ClauseHead, std::move(ClauseContent)); in MakeALUClause()
470 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause()
482 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause()
528 std::vector<ClauseFile> FetchClauses, AluClauses; in runOnMachineFunction()
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp203 typedef std::pair<MachineInstr *, std::vector<MachineInstr *> > ClauseFile; typedef in __anon0f917c7a0111::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()