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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 293 if (ConstantFPSDNode * CFP = dyn_cast<ConstantFPSDNode>(Op)) {
304 if (ConstantFPSDNode * CFP = dyn_cast<ConstantFPSDNode>(Op)) {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 57 if (isa<ConstantFPSDNode>(Node)) return true;
DAGCombiner.cpp 524 APFloat V = cast<ConstantFPSDNode>(Op)->getValueAPF();
550 if (ConstantFPSDNode *N0CFP = dyn_cast<ConstantFPSDNode>(Op.getOperand(0)))
    [all...]
SelectionDAG.cpp 66 // ConstantFPSDNode Class
73 bool ConstantFPSDNode::isExactlyValue(const APFloat& V) const {
77 bool ConstantFPSDNode::isValueValidForType(EVT VT,
125 } else if (ConstantFPSDNode *CFPN = dyn_cast<ConstantFPSDNode>(NotZero)) {
169 } else if (ConstantFPSDNode *CFPN = dyn_cast<ConstantFPSDNode>(Zero)) {
424 ID.AddPointer(cast<ConstantFPSDNode>(N)->getConstantFPValue());
888 assert(!isa<ConstantFPSDNode>(N) && "Bad ConstantFPSDNode!");
    [all...]
SelectionDAGDumper.cpp 385 } else if (const ConstantFPSDNode *CSDN = dyn_cast<ConstantFPSDNode>(this)) {
InstrEmitter.cpp 380 } else if (ConstantFPSDNode *F = dyn_cast<ConstantFPSDNode>(Op)) {
    [all...]
LegalizeDAG.cpp 141 SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP);
253 SelectionDAGLegalize::ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP) {
275 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) &&
664 if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(ST->getValue())) {
    [all...]
LegalizeFloatTypes.cpp 66 R = SoftenFloatRes_ConstantFP(cast<ConstantFPSDNode>(N));
131 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(ConstantFPSDNode *N) {
    [all...]
LegalizeTypes.h 387 SDValue SoftenFloatRes_ConstantFP(ConstantFPSDNode *N);
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 293 if (ConstantFPSDNode * CFP = dyn_cast<ConstantFPSDNode>(Op)) {
304 if (ConstantFPSDNode * CFP = dyn_cast<ConstantFPSDNode>(Op)) {
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 659 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node);
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 366 if (ConstantFPSDNode *FP = dyn_cast<ConstantFPSDNode>(N))
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 198 milliseconds

1 2