HomeSort by relevance Sort by last modified time
    Searched refs:ConstantFPSDNode (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 103 const ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N);
153 ConstantFPSDNode *Imm = dyn_cast<ConstantFPSDNode>(N);
278 const ConstantFP *FV = cast<ConstantFPSDNode>(Node)->getConstantFPValue();
381 if (A64Imms::isFPImm(cast<ConstantFPSDNode>(Node)->getValueAPF())) {
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 57 if (isa<ConstantFPSDNode>(Node)) return true;
SelectionDAG.cpp 68 // ConstantFPSDNode Class
75 bool ConstantFPSDNode::isExactlyValue(const APFloat& V) const {
79 bool ConstantFPSDNode::isValueValidForType(EVT VT,
127 } else if (ConstantFPSDNode *CFPN = dyn_cast<ConstantFPSDNode>(NotZero)) {
168 } else if (ConstantFPSDNode *CFPN = dyn_cast<ConstantFPSDNode>(Zero)) {
378 ID.AddPointer(cast<ConstantFPSDNode>(N)->getConstantFPValue());
832 assert(!isa<ConstantFPSDNode>(N) && "Bad ConstantFPSDNode!");
    [all...]
DAGCombiner.cpp 473 APFloat V = cast<ConstantFPSDNode>(Op)->getValueAPF();
499 if (ConstantFPSDNode *N0CFP = dyn_cast<ConstantFPSDNode>(Op.getOperand(0)))
    [all...]
SelectionDAGDumper.cpp 376 } else if (const ConstantFPSDNode *CSDN = dyn_cast<ConstantFPSDNode>(this)) {
InstrEmitter.cpp 368 } else if (ConstantFPSDNode *F = dyn_cast<ConstantFPSDNode>(Op)) {
    [all...]
LegalizeDAG.cpp 136 SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP);
248 SelectionDAGLegalize::ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP) {
270 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) &&
655 if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(ST->getValue())) {
    [all...]
LegalizeFloatTypes.cpp 64 R = SoftenFloatRes_ConstantFP(cast<ConstantFPSDNode>(N));
128 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(ConstantFPSDNode *N) {
    [all...]
LegalizeTypes.h 385 SDValue SoftenFloatRes_ConstantFP(ConstantFPSDNode *N);
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 351 if (ConstantFPSDNode * CFP = dyn_cast<ConstantFPSDNode>(Op)) {
361 if (ConstantFPSDNode * CFP = dyn_cast<ConstantFPSDNode>(Op)) {
SIISelLowering.cpp 442 else if (const ConstantFPSDNode *Node = dyn_cast<ConstantFPSDNode>(N))
606 isa<ConstantFPSDNode>(Operand.getNode()))
R600ISelLowering.cpp 521 } else if(ConstantFPSDNode *CstFP = dyn_cast<ConstantFPSDNode>(Op)){
    [all...]
AMDILISelDAGToDAG.cpp 211 ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N);
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 370 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 616 if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(Op))
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 712 milliseconds