Searched refs:Pay (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 816 Value *Pay = HVC.vbytes(Builder, getPayload(S.Seg.Val)); in realignGroup() local 818 HVC.insertb(Builder, Accum, Pay, S.Seg.Start, S.Seg.Size, S.Pos); in realignGroup() 855 Value *Pay = getPayload(S.Seg.Val); in realignGroup() local 857 Pay->getType(), HVC.getByteTy()); in realignGroup() 860 AccumV = HVC.insertb(Builder, AccumV, HVC.vbytes(Builder, Pay), in realignGroup()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | DebuggingCoroutines.rst | 351 This is consistent with the C++ philosophy of "Pay for what you use".
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | WritingAnLLVMBackend.rst | 49 machine code for a specified target. Pay particular attention to the
|