HomeSort by: relevance | last modified time | path
    Searched refs:Ext2 (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/rump/fs/lib/libext2fs/
Makefile 7 COMMENT=Linux Ext2
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MsgPackWriter.cpp 180 case FixLen::Ext2:
MsgPackReader.cpp 123 return createExt(Obj, FixLen::Ext2);
  /src/usr.sbin/sysinst/
msg.mi.de 1461 message fs_type_ext2old {Linux Ext2 (alt)}
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 11143 /// Check if Ext1 and Ext2 are extends of the same type, doubling the bitwidth
11145 static bool areExtractExts(Value *Ext1, Value *Ext2) {
11152 !match(Ext2, m_ZExtOrSExt(m_Value())) ||
11154 !areExtDoubled(cast<Instruction>(Ext2)))
11215 auto Ext2 = cast<Instruction>(I->getOperand(1));
11216 if (areExtractShuffleVectors(Ext1, Ext2)) {
11218 Ops.push_back(&Ext2->getOperandUse(0));
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 14010 SDValue Ext2 = N->getOperand(1).getOperand(0);
14012 Ext2.getOpcode() != ISD::EXTRACT_VECTOR_ELT)
14016 ConstantSDNode *Ext2Op = dyn_cast<ConstantSDNode>(Ext2.getOperand(1));
14020 Ext1.getOperand(0) != Ext2.getOperand(0))
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 9691 SDValue Ext2 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, EltVT, Op0,
9696 SDValue Res1 = DAG.getNode(BaseOpcode, dl, EltVT, Ext2, Ext3, Op->getFlags());
17294 /// Check if Ext1 and Ext2 are extends of the same type, doubling the bitwidth
17296 static bool areExtractExts(Value *Ext1, Value *Ext2) {
17303 !match(Ext2, m_ZExtOrSExt(m_Value())) ||
17305 !areExtDoubled(cast<Instruction>(Ext2)))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 10238 SDValue Ext2 = DAG.getNode(Opcode, DL, VT, Op2);
10239 return DAG.getSelect(DL, VT, N0->getOperand(0), Ext1, Ext2);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 79 milliseconds