Home
last modified time | relevance | path

Searched refs:Ext2 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def96 HANDLE_MP_FIX_LEN(0x02, Ext2)
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp181 case FixLen::Ext2: in writeExt()
H A DMsgPackReader.cpp124 return createExt(Obj, FixLen::Ext2); in read()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12326 SDValue Ext2 = N->getOperand(1).getOperand(0); in DAGCombineBuildVector() local
12328 Ext2.getOpcode() != ISD::EXTRACT_VECTOR_ELT) in DAGCombineBuildVector()
12332 ConstantSDNode *Ext2Op = dyn_cast<ConstantSDNode>(Ext2.getOperand(1)); in DAGCombineBuildVector()
12336 Ext2.getValueType() != MVT::i32) in DAGCombineBuildVector()
12337 if (Ext1.getOperand(0) != Ext2.getOperand(0)) in DAGCombineBuildVector()