Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2930 for (const FoldableLoadExtendsStruct &FLE : FoldableLoadExtends) { in tryToFoldLoadIntoMI() local
2931 if (FLE.Opc[isThumb2] == MI->getOpcode() && in tryToFoldLoadIntoMI()
2932 (uint64_t)FLE.ExpectedImm == Imm && in tryToFoldLoadIntoMI()
2933 MVT((MVT::SimpleValueType)FLE.ExpectedVT) == VT) { in tryToFoldLoadIntoMI()
2935 isZExt = FLE.isZExt; in tryToFoldLoadIntoMI()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfh.td328 // If both operands are the same, use a single FLE.
H A DRISCVInstrInfoD.td326 // If both operands are the same, use a single FLE.
H A DRISCVInstrInfoF.td556 // If both operands are the same, use a single FLE.