Searched refs:Con (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | tvp5150.txt | 33 endpoint@0 -----------> Comp0-Con port 34 endpoint@1 ------+----> Svideo-Con port 37 endpoint@0 -----------> Comp1-Con port
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 307 static FileInfo get(SourceLocation IL, ContentCache &Con, in get() argument 313 X.ContentAndKind.setPointer(&Con); in get() 315 Con.Filename = Filename; in get()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 449 SDValue Con = DAG.getConstant(CFP->getValueAPF(). in OptimizeFloatStore() local 452 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(), in OptimizeFloatStore() 459 SDValue Con = DAG.getConstant(CFP->getValueAPF().bitcastToAPInt(). in OptimizeFloatStore() local 461 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(), in OptimizeFloatStore()
|
| H A D | LegalizeVectorTypes.cpp | 2901 SDValue Con = DAG.getNode(ISD::CONCAT_VECTORS, DL, WideResVT, LoRes, HiRes); in SplitVecOp_VSETCC() local 2906 return DAG.getNode(ExtendCode, DL, N->getValueType(0), Con); in SplitVecOp_VSETCC()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6514 ConstantSDNode *Con = dyn_cast<ConstantSDNode>(ShAmt); in Expand64BitShift() local 6519 (Con && (Con->getZExtValue() == 0 || Con->getZExtValue() >= 32))) in Expand64BitShift() 6527 if (!Con) in Expand64BitShift()
|