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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.h335 // RDRAND - Get a random integer and indicate whether it is valid in CF.
336 RDRAND, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp10309 // RDRAND intrinsics.
10315 SDValue Result = DAG.getNode(X86ISD::RDRAND, dl, VTs, Op.getOperand(0));
10317 // If the value returned by RDRAND was valid (CF=1), return 1. Otherwise
11787 case X86ISD::RDRAND: return "X86ISD::RDRAND";
14399 if (Op.getOpcode() != X86ISD::RDRAND)

Completed in 230 milliseconds