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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp141 SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP);
253 SelectionDAGLegalize::ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP) { argument
265 if (!UseCP) {
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2441 bool UseCP = true; local
2445 UseCP = false;
2448 UseCP = (Val > 255 && // MOV
2453 UseCP = (ARM_AM::getSOImmVal(Val) == -1 && // MOV
2459 if (UseCP) {

Completed in 113 milliseconds