Home
last modified time | relevance | path

Searched refs:Con (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/
H A Dtvp5150.txt33 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 DSourceManager.h307 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 DLegalizeDAG.cpp449 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 DLegalizeVectorTypes.cpp2901 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 DARMISelLowering.cpp6514 ConstantSDNode *Con = dyn_cast<ConstantSDNode>(ShAmt); in Expand64BitShift() local
6519 (Con && (Con->getZExtValue() == 0 || Con->getZExtValue() >= 32))) in Expand64BitShift()
6527 if (!Con) in Expand64BitShift()