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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp193 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1262 if (!ARMEmitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
1350 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, function in class:ARMFastISel
1479 if (!ARMEmitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
1490 // ARMEmitCmp emits a FMSTAT when necessary, so it's always safe to use CPSR.

Completed in 99 milliseconds