Home
last modified time | relevance | path

Searched refs:CP1 (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/arm/dts/
Darmada-8040-mcbin.dts100 * [62] CP1 SFI SFP FAULT
213 * [8] CP1 10G SFP LOS
214 * [9] CP1 10G PHY RESET
215 * [10] CP1 10G SFP TX Disable
216 * [11] CP1 10G SFP Mode
222 * [24] CP1 2.5G SFP TX Disable
272 * CP1 Serdes Configuration:
Darmada-8040-db.dts247 /* CON6 on CP1 expansion */
256 /* CON5 on CP1 expansion */
290 /* CON4 on CP1 expansion */
295 /* CON9 on CP1 expansion */
300 /* CON10 on CP1 expansion */
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp704 ConstantVector *CP1 = dyn_cast<ConstantVector>(V1); in ConstantFoldSelectInstruction() local
707 if ((CP1 || isa<ConstantAggregateZero>(V1)) && in ConstantFoldSelectInstruction()
722 Constant *C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldSelectInstruction()
1272 ConstantVector *CP1 = dyn_cast<ConstantVector>(C1); in ConstantFoldBinaryInstruction() local
1274 if ((CP1 != NULL || isa<ConstantAggregateZero>(C1)) && in ConstantFoldBinaryInstruction()
1285 C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldBinaryInstruction()
1292 C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldBinaryInstruction()
1299 C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldBinaryInstruction()
1306 C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldBinaryInstruction()
1313 C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldBinaryInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dlitpool-licm.ll7 ; CHECK: ldr [[REF1:r[0-9]+]], [[CP1:.LCPI[0-9]+_[0-9]+]]
16 ; CHECK: [[CP1]]:
/external/llvm/test/CodeGen/ARM/
Dlitpool-licm.ll7 ; CHECK: ldr [[REF1:r[0-9]+]], [[CP1:.LCPI[0-9]+_[0-9]+]]
16 ; CHECK: [[CP1]]:
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp633 Constant *CP1 = ConstantExpr::getSub(ConstantInt::get(I.getType(),1), CI); in visitSub() local
634 return BinaryOperator::CreateMul(Op0, CP1); in visitSub()