Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp245 combineLoadBitcast(LoadInst * LD,BitCastInst * Bitcast) combineLoadBitcast() argument
269 combineBitcastStore(BitCastInst * Bitcast,StoreInst * ST) combineBitcastStore() argument
301 transformBitcast(BitCastInst * Bitcast) transformBitcast() argument
366 auto *Bitcast = dyn_cast<BitCastInst>(&Inst); visit() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp199 auto Bitcast = B.buildBitcast({S32}, CvtPk); applyClampI64ToI16() local
H A DAMDGPURegisterBankInfo.cpp1724 auto Bitcast = B.buildBitcast(S32, Src); unpackV2S16ToS32() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp446 auto Bitcast = in legalizeCustom() local
H A DMipsISelLowering.cpp5030 Register Bitcast = MRI.createVirtualRegister(&Mips::MSA128WRegClass); emitSTR_D() local
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h55 Bitcast, enumerator
H A DLegalizerInfo.h74 Bitcast, enumerator
/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h164 Bitcast, enumerator
/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp549 << *Bitcast << " in out-of-region lifetime marker " in findAllocas() local
582 Instruction *Bitcast = cast<Instruction>(U); findAllocas() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp52 Bitcast, global() enumerator
H A DAArch64ISelLowering.cpp24824 SDValue Bitcast = Insert.getOperand(1); performDupLane128Combine() local
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp484 if (auto *Bitcast = dyn_cast<BitCastInst>(User)) { getPromotableAlloca() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1776 auto Bitcast = MIRBuilder.buildBitcast(NewTy, ValReg); legalizeLoadStore() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2484 SDValue Bitcast = N->getOperand(0); performVECTOR_SHUFFLECombine() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2568 SDValue Bitcast = DAG.getNode(ISD::BITCAST, SL, MVT::i32, A); LowerFROUND32() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3261 auto *Bitcast = dyn_cast<BitCastInst>(Cmp.getOperand(0)); foldICmpBitCast() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16010 SDNode *Bitcast = *Trunc->use_begin(); PerformDAGCombine() local
18027 SDValue Bitcast = DCI.DAG.getBitcast(MVT::v2i64, Op0.getOperand(0)); combineTRUNCATE() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18046 SDValue Bitcast = DAG.getNode(ARMISD::VECTOR_REG_CAST, DL, VT, VQMOVN); PerformMinMaxCombine() local
18087 SDValue Bitcast = DAG.getNode(ARMISD::VECTOR_REG_CAST, DL, VT, VQMOVN); PerformMinMaxCombine() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5464 SDValue Bitcast = DAG.getBitcast(IntVT, FloatVal); lowerCTLZ_CTTZ_ZERO_UNDEF() local