Searched refs:BFM (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUISelLowering.h | 269 BFM, // Insert a range of bits into a 32-bit word. enumerator
|
| HD | AMDGPUInstrInfo.td | 192 def AMDGPUbfm : SDNode<"AMDGPUISD::BFM", SDTIntBinOp>;
|
| HD | SIInstructions.td | 3239 multiclass BFMPatterns <ValueType vt, InstSI BFM, InstSI MOV> { 3242 (BFM $a, $b) 3247 (BFM $a, (MOV 0))
|
| HD | AMDGPUISelLowering.cpp | 1042 return DAG.getNode(AMDGPUISD::BFM, DL, VT, in LowerINTRINSIC_WO_CHAIN() 2740 NODE_NAME_CASE(BFM) in getTargetNodeName()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64SchedCyclone.td | 168 // ASRV,LSLV,LSRV,RORV,BFM,SBFM,UBFM
|
| HD | AArch64SchedA57.td | 156 def : InstRW<[A57Write_2cyc_1M], (instregex "BFM")>;
|
| HD | AArch64ISelDAGToDAG.cpp | 1616 SDNode *BFM = CurDAG->getMachineNode(Opc, dl, MVT::i64, Ops64); in SelectBitfieldExtractOp() local 1620 SDValue(BFM, 0), SubReg); in SelectBitfieldExtractOp()
|
| HD | AArch64InstrInfo.td | 923 defm BFM : BitfieldImmWith2RegArgs<0b01, "bfm">;
|