Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp78 void emitIf(raw_ostream &OS) const { in emitIf() function in __anonf9119db00211::AvailabilityPredicate
379 TopLevelPredicate.emitIf(OS); in emitSystemRuntimeLibrarySetCalls()
457 SubsetPredicate.emitIf(OS); in emitSystemRuntimeLibrarySetCalls()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp100 void emitIf(MachineInstr &MI);
216 void SILowerControlFlow::emitIf(MachineInstr &MI) { in emitIf() function in SILowerControlFlow
670 emitIf(MI); in process()