Home
last modified time | relevance | path

Searched refs:BFM (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h504 BFM, // Insert a range of bits into a 32-bit word. enumerator
H A DAMDGPUInstrInfo.td286 def AMDGPUbfm : SDNode<"AMDGPUISD::BFM", SDTIntBinOp>;
H A DSIInstructions.td3404 multiclass BFMPatterns <ValueType vt, PatFrag SHL, PatFrag ADD, InstSI BFM> {
3407 (BFM $a, $b)
3412 (BFM $a, (i32 0))
H A DSIISelLowering.cpp7255 SDValue BFM = DAG.getNode(ISD::SHL, SL, IntVT, in lowerINSERT_VECTOR_ELT() local
7263 SDValue LHS = DAG.getNode(ISD::AND, SL, IntVT, BFM, ExtVal); in lowerINSERT_VECTOR_ELT()
7268 DAG.getNOT(SL, BFM, IntVT), BCVec); in lowerINSERT_VECTOR_ELT()
H A DAMDGPUISelLowering.cpp5476 NODE_NAME_CASE(BFM) in getTargetNodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td173 // ASRV,LSLV,LSRV,RORV,BFM,SBFM,UBFM
H A DAArch64SchedThunderX2T99.td556 def : InstRW<[THX2T99Write_1Cyc_I012], (instregex "^BFM")>;
557 def : InstRW<[THX2T99Write_1Cyc_I012], (instregex "(S|U)?BFM.*")>;
H A DAArch64SchedThunderX3T110.td816 def : InstRW<[THX3T110Write_1Cyc_I0123], (instregex "^BFM")>;
817 def : InstRW<[THX3T110Write_1Cyc_I0123], (instregex "(S|U)?BFM.*")>;
H A DAArch64SchedTSV110.td433 def : InstRW<[TSV110Wr_1cyc_1ALUAB], (instregex "^(S|U)?BFM(W|X)ri$")>;
H A DAArch64SchedA57.td165 def : InstRW<[A57Write_2cyc_1M], (instregex "BFM")>;
H A DAArch64SchedAmpere1.td985 def : InstRW<[Ampere1Write_1cyc_1B], (instregex "(S|U)?BFM(W|X)")>;
H A DAArch64SchedAmpere1B.td967 def : InstRW<[Ampere1BWrite_1cyc_1B], (instregex "(S|U)?BFM(W|X)")>;
H A DAArch64SchedA64FX.td718 def : InstRW<[A64FXWrite_4Cyc_NGI24], (instregex "^BFM")>;
719 def : InstRW<[A64FXWrite_1Cyc_GI24], (instregex "(S|U)?BFM.*")>;
H A DAArch64SchedNeoverseN1.td355 def : InstRW<[N1Write_2c_1M], (instregex "^BFM[WX]ri$")>;
H A DAArch64SchedFalkorDetails.td1205 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^(S|U)?BFM(W|X)ri$")>;
H A DAArch64SchedOryon.td779 "^UBFM(W|X)ri", "^BFM(W|X)ri",
H A DAArch64SchedKryoDetails.td447 (instregex "(S|U)?BFM.*")>;
H A DAArch64SchedNeoverseV1.td609 def : InstRW<[V1Write_2c_1M], (instregex "^BFM[WX]ri$")>;
H A DAArch64ISelDAGToDAG.cpp2753 SDNode *BFM = CurDAG->getMachineNode(Opc, dl, MVT::i64, Ops64); in tryBitfieldExtractOp() local
2755 MVT::i32, SDValue(BFM, 0)); in tryBitfieldExtractOp()
H A DAArch64SchedNeoverseN2.td734 def : InstRW<[N2Write_2cyc_1M], (instregex "^BFM[WX]ri$")>;
H A DAArch64SchedNeoverseV2.td1219 def : InstRW<[V2Write_2cyc_1M], (instregex "^BFM[WX]ri$")>;
H A DAArch64InstrInfo.td2853 defm BFM : BitfieldImmWith2RegArgs<0b01, "bfm">;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3840 MachineInstr &BFM = in selectMergeValues() local
3849 constrainSelectedInstRegOperands(BFM, TII, TRI, RBI); in selectMergeValues()