Home
last modified time | relevance | path

Searched defs:Bitcast (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp236 void X86LowerAMXType::combineLoadBitcast(LoadInst *LD, BitCastInst *Bitcast) { in combineLoadBitcast()
261 void X86LowerAMXType::combineBitcastStore(BitCastInst *Bitcast, StoreInst *ST) { in combineBitcastStore()
294 bool X86LowerAMXType::transformBitcast(BitCastInst *Bitcast) { in transformBitcast()
359 auto *Bitcast = dyn_cast<BitCastInst>(&Inst); in visit() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp145 auto Bitcast = B.buildBitcast({S32}, CvtPk); in applyClampI64ToI16() local
H A DAMDGPURegisterBankInfo.cpp1732 auto Bitcast = B.buildBitcast(S32, Src); in unpackV2S16ToS32() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp444 auto Bitcast = in legalizeCustom() local
H A DMipsISelLowering.cpp5008 Register Bitcast = MRI.createVirtualRegister(&Mips::MSA128WRegClass); in emitSTR_D() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h54 Bitcast, enumerator
H A DLegalizerInfo.h73 Bitcast, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp112 if (auto *Bitcast = dyn_cast<BitCastInst>(User)) { in getPromotableAlloca() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp61 auto *Bitcast = in makeSubFnCall() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h164 Bitcast, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp548 Instruction *Bitcast = cast<Instruction>(U); in findAllocas() local
581 Instruction *Bitcast = cast<Instruction>(U); in findAllocas() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1233 auto Bitcast = MIRBuilder.buildBitcast(NewTy, ValReg); in legalizeLoadStore() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1288 Value *Bitcast = in vectorizeLoadChain() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2343 SDValue Bitcast = N->getOperand(0); in performVECTOR_SHUFFLECombine() local
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2225 SDValue Bitcast = DAG.getNode(ISD::BITCAST, SL, MVT::i32, A); in LowerFROUND32() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2921 auto *Bitcast = dyn_cast<BitCastInst>(Cmp.getOperand(0)); in foldICmpBitCast() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15470 SDNode *Bitcast = *Trunc->use_begin(); in PerformDAGCombine() local
17481 SDValue Bitcast = DCI.DAG.getBitcast(MVT::v2i64, Op0.getOperand(0)); in combineTRUNCATE() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17796 SDValue Bitcast = DAG.getNode(ARMISD::VECTOR_REG_CAST, DL, VT, VQMOVN); in PerformMinMaxCombine() local
17837 SDValue Bitcast = DAG.getNode(ARMISD::VECTOR_REG_CAST, DL, VT, VQMOVN); in PerformMinMaxCombine() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3591 SDValue Bitcast = DAG.getBitcast(IntVT, FloatVal); in lowerCTLZ_CTTZ_ZERO_UNDEF() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21371 SDValue Bitcast = Insert.getOperand(1); in performDupLane128Combine() local