Searched refs:IsPrefetchOpcode (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp73 bool IsPrefetchOpcode(unsigned Opcode) { function in namespace:__anon4423
113 if (BypassPrefetchInstructions && IsPrefetchOpcode(MI.getDesc().Opcode))
131 if (BypassPrefetchInstructions && IsPrefetchOpcode(MI.getDesc().Opcode))

Completed in 50 milliseconds