Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/ARM/
HDARMISelDAGToDAG.cpp2479 bool UseCP = true; in Select() local
2483 UseCP = 0; in Select()
2486 UseCP = (Val > 255 && // MOV in Select()
2490 UseCP = (ARM_AM::getSOImmVal(Val) == -1 && // MOV in Select()
2495 if (UseCP) { in Select()
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp140 SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP);
252 SelectionDAGLegalize::ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP) { in ExpandConstantFP() argument
264 if (!UseCP) { in ExpandConstantFP()