HomeSort by relevance Sort by last modified time
    Searched refs:X86FastEmitCompare (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 79 bool X86FastEmitCompare(const Value *LHS, const Value *RHS, EVT VT);
856 bool X86FastISel::X86FastEmitCompare(const Value *Op0, const Value *Op1,
901 if (!X86FastEmitCompare(CI->getOperand(0), CI->getOperand(1), VT))
915 if (!X86FastEmitCompare(CI->getOperand(0), CI->getOperand(1), VT))
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 85 bool X86FastEmitCompare(const Value *LHS, const Value *RHS, EVT VT,
    [all...]

Completed in 193 milliseconds