Searched refs:selectImpl (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/ |
| H A D | ResourceManager.cpp | 33 static uint64_t selectImpl(uint64_t CandidateMask, in selectImpl() function 45 return selectImpl(CandidateMask, NextInSequenceMask); in select() 51 return selectImpl(CandidateMask, NextInSequenceMask); in select() 55 return selectImpl(CandidateMask, NextInSequenceMask); in select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.h | 62 bool selectImpl(MachineInstr &I, CodeGenCoverage &CoverageInfo) const;
|
| H A D | AMDGPUInstructionSelector.cpp | 191 return selectImpl(I, CoverageInfo); in selectG_INTRINSIC() 630 return selectImpl(I, CoverageInfo); in select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsInstructionSelector.cpp | 39 bool selectImpl(MachineInstr &I, CodeGenCoverage &CoverageInfo) const; 108 if (selectImpl(I, CoverageInfo)) { in select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 42 bool selectImpl(MachineInstr &I, CodeGenCoverage &CoverageInfo) const; 740 if (selectImpl(I, CoverageInfo)) in select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 70 bool selectImpl(MachineInstr &I, CodeGenCoverage &CoverageInfo) const; 337 if (selectImpl(I, CoverageInfo)) in select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstructionSelector.cpp | 58 bool selectImpl(MachineInstr &I, CodeGenCoverage &CoverageInfo) const; 772 if (selectImpl(I, CoverageInfo)) in select()
|