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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp130 SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP);
241 SelectionDAGLegalize::ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP) { argument
253 if (!UseCP) {
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2574 bool UseCP = true; local
2578 UseCP = 0;
2581 UseCP = (Val > 255 && // MOV
2585 UseCP = (ARM_AM::getSOImmVal(Val) == -1 && // MOV
2590 if (UseCP) {

Completed in 71 milliseconds