Searched refs:V32 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTfrCleanup.cpp | 73 void setReg(unsigned R32, uint32_t V32, ImmediateMap &IMap); 94 void HexagonTfrCleanup::setReg(unsigned R32, uint32_t V32, ImmediateMap &IMap) { in setReg() argument 97 IMap.insert(std::make_pair(R32, V32)); in setReg() 99 F->second = V32; in setReg()
|
H A D | HexagonConstPropagation.cpp | 2249 int32_t V32; in evaluate() local 2250 memcpy(&V32, &U32, sizeof V32); in evaluate() 2252 const ConstantInt *C32 = ConstantInt::get(Ty, static_cast<int64_t>(V32)); in evaluate()
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | copi.ifmcfg2 | 32 # - Nodelist flags (like "CM", "MNP", "V32" etc.)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/ |
H A D | VEDisassembler.cpp | 103 VE::V32, VE::V33, VE::V34, VE::V35, VE::V36, VE::V37, VE::V38, VE::V39,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstructions.td | 2421 defm : SI_INDIRECT_Pattern <v32f32, f32, "V32">; 2431 defm : SI_INDIRECT_Pattern <v32i32, i32, "V32">;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 31237 SDValue V32 = DAG.getBitcast(VT, V); in LowerHorizontalByteSum() local 31238 SDValue Low = getUnpackl(DAG, DL, VT, V32, Zeros); in LowerHorizontalByteSum() 31239 SDValue High = getUnpackh(DAG, DL, VT, V32, Zeros); in LowerHorizontalByteSum()
|