Searched refs:HeadDL (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 458 DebugLoc HeadDL = FirstTerm->getDebugLoc(); in replacePHIInstrs() local 465 TII->insertSelect(*Head, FirstTerm, HeadDL, DstReg, Cond, PI.TReg, PI.FReg); in replacePHIInstrs() 478 DebugLoc HeadDL = FirstTerm->getDebugLoc(); in rewritePHIOperands() local 493 TII->insertSelect(*Head, FirstTerm, HeadDL, in rewritePHIOperands() 550 DebugLoc HeadDL = Head->getFirstTerminator()->getDebugLoc(); in convertIf() local 578 TII->insertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL); in convertIf()
|
/external/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 457 DebugLoc HeadDL = FirstTerm->getDebugLoc(); in replacePHIInstrs() local 464 TII->insertSelect(*Head, FirstTerm, HeadDL, DstReg, Cond, PI.TReg, PI.FReg); in replacePHIInstrs() 477 DebugLoc HeadDL = FirstTerm->getDebugLoc(); in rewritePHIOperands() local 492 TII->insertSelect(*Head, FirstTerm, HeadDL, in rewritePHIOperands() 549 DebugLoc HeadDL = Head->getFirstTerminator()->getDebugLoc(); in convertIf() local 577 TII->InsertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL); in convertIf()
|