Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h267 BFM, // Insert a range of bits into a 32-bit word. enumerator
DAMDGPUInstrInfo.td202 def AMDGPUbfm : SDNode<"AMDGPUISD::BFM", SDTIntBinOp>;
DSIInstructions.td3478 multiclass BFMPatterns <ValueType vt, InstSI BFM, InstSI MOV> {
3481 (BFM $a, $b)
3486 (BFM $a, (MOV 0))
DAMDGPUISelLowering.cpp2838 NODE_NAME_CASE(BFM) in getTargetNodeName()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_fmt_def.inc483 BC_FIELD(TEX_WORD0, BC_FRAC_MODE, BFM, 5, 5)
494 BC_FIELD(TEX_WORD0, BC_FRAC_MODE, BFM, 5, 5)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h396 BFM, // Insert a range of bits into a 32-bit word. enumerator
DAMDGPUInstrInfo.td304 def AMDGPUbfm : SDNode<"AMDGPUISD::BFM", SDTIntBinOp>;
DSIInstructions.td1570 multiclass BFMPatterns <ValueType vt, InstSI BFM, InstSI MOV> {
1573 (BFM $a, $b)
1578 (BFM $a, (MOV (i32 0)))
DSIISelLowering.cpp4262 SDValue BFM = DAG.getNode(ISD::SHL, SL, IntVT, in lowerINSERT_VECTOR_ELT() local
4266 SDValue LHS = DAG.getNode(ISD::AND, SL, IntVT, BFM, ExtVal); in lowerINSERT_VECTOR_ELT()
4268 DAG.getNOT(SL, BFM, IntVT), BCVec); in lowerINSERT_VECTOR_ELT()
/external/llvm/test/CodeGen/AArch64/
Dbitfield-insert.ll200 ; Bitfield insert where the second or operand is a better match to be folded into the BFM
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dbitfield-insert.ll200 ; Bitfield insert where the second or operand is a better match to be folded into the BFM
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td169 // ASRV,LSLV,LSRV,RORV,BFM,SBFM,UBFM
DAArch64SchedA57.td159 def : InstRW<[A57Write_2cyc_1M], (instregex "BFM")>;
DAArch64ISelDAGToDAG.cpp1734 SDNode *BFM = CurDAG->getMachineNode(Opc, dl, MVT::i64, Ops64); in tryBitfieldExtractOp() local
1737 MVT::i32, SDValue(BFM, 0), SubReg)); in tryBitfieldExtractOp()
DAArch64SchedKryoDetails.td448 (instregex "(S|U)?BFM.*")>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td171 // ASRV,LSLV,LSRV,RORV,BFM,SBFM,UBFM
DAArch64SchedThunderX2T99.td554 def : InstRW<[THX2T99Write_1Cyc_I012], (instregex "^BFM")>;
555 def : InstRW<[THX2T99Write_1Cyc_I012], (instregex "(S|U)?BFM.*")>;
DAArch64SchedA57.td161 def : InstRW<[A57Write_2cyc_1M], (instregex "BFM")>;
DAArch64ISelDAGToDAG.cpp1804 SDNode *BFM = CurDAG->getMachineNode(Opc, dl, MVT::i64, Ops64); in tryBitfieldExtractOp() local
1807 MVT::i32, SDValue(BFM, 0), SubReg)); in tryBitfieldExtractOp()
DAArch64SchedFalkorDetails.td1206 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^(S|U)?BFM(W|X)ri$")>;
DAArch64SchedKryoDetails.td448 (instregex "(S|U)?BFM.*")>;
/external/v8/src/arm64/
Dconstants-arm64.h662 BFM = BFM_w, enumerator
Dassembler-arm64.cc1307 Emit(SF(rd) | BFM | N | in bfm()
/external/vixl/src/aarch64/
Dconstants-aarch64.h627 BFM = BFM_w, enumerator
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md134 ### BFM ### subsection

12