/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 482 /// BRCOND - Conditional branch. The first operand is the chain, the 486 BRCOND, [all...] |
/external/llvm/lib/Target/R600/ |
SIISelLowering.cpp | 347 case ISD::BRCOND: return LowerBRCOND(Op, DAG); 422 SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND, 425 SDLoc DL(BRCOND); 427 SDNode *Intr = BRCOND.getOperand(1).getNode(); 428 SDValue Target = BRCOND.getOperand(2); 441 BR = findUser(BRCOND, ISD::BR); 454 Ops.push_back(BRCOND.getOperand(0)); 468 BRCOND.getOperand(2) [all...] |
AMDILISelLowering.cpp | 104 setOperationAction(ISD::BRCOND, VT, Custom); 198 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
|
AMDGPUISelLowering.cpp | 183 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUISelLowering.cpp | 93 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
|
AMDILISelLowering.cpp | 115 setOperationAction(ISD::BRCOND, VT, Custom); 215 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 51 BRCOND, // Conditional branch.
|
ARMISelLowering.cpp | [all...] |
ARMISelDAGToDAG.cpp | [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUISelLowering.cpp | 93 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
|
AMDILISelLowering.cpp | 115 setOperationAction(ISD::BRCOND, VT, Custom); 215 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 248 case ISD::BRCOND: return "brcond";
|
SelectionDAGBuilder.cpp | [all...] |
DAGCombiner.cpp | [all...] |
LegalizeIntegerTypes.cpp | 782 case ISD::BRCOND: Res = PromoteIntOp_BRCOND(N, OpNo); break; [all...] |
LegalizeDAG.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 120 BRCOND, [all...] |
X86ISelLowering.cpp | 433 setOperationAction(ISD::BRCOND , MVT::Other, Custom); [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 111 setOperationAction(ISD::BRCOND, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 112 setOperationAction(ISD::BRCOND, MVT::Other, Custom); [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 237 // which is used implicitly by brcond and select operations. 254 setOperationAction(ISD::BRCOND, MVT::Other, Custom); 730 case ISD::BRCOND: return lowerBRCOND(Op, DAG); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 102 // Expand BRCOND into a BR_CC (see above). 103 setOperationAction(ISD::BRCOND, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 211 // PowerPC does not have BRCOND which requires SetCC 212 setOperationAction(ISD::BRCOND, MVT::Other, Expand); [all...] |