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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2454 bool UseCP = true; local
2458 UseCP = 0;
2461 UseCP = (Val > 255 && // MOV
2465 UseCP = (ARM_AM::getSOImmVal(Val) == -1 && // MOV
2470 if (UseCP) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp133 SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP);
245 SelectionDAGLegalize::ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP) { argument
257 if (!UseCP) {

Completed in 144 milliseconds