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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2402 bool UseCP = true; local
2406 UseCP = 0;
2409 UseCP = (Val > 255 && // MOV
2413 UseCP = (ARM_AM::getSOImmVal(Val) == -1 && // MOV
2418 if (UseCP) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp158 SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP);
244 SelectionDAGLegalize::ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP) { argument
256 if (!UseCP) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp335 static SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP, argument
348 if (!UseCP) {

Completed in 116 milliseconds