Home
last modified time | relevance | path

Searched refs:Const0 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Df16-imm.ll6 define half @Const0() {
7 ; CHECK-NOZCZ-LABEL: Const0:
12 ; CHECK-ZCZ-LABEL: Const0:
17 ; CHECK-NOFP16-LABEL: Const0:
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp640 MachineInstr *Const0 = in LowerCallResults() local
642 BB->insertAfter(MIB.getInstr()->getIterator(), Const0); in LowerCallResults()
648 BB->insertAfter(Const0->getIterator(), RefNull); in LowerCallResults()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8017 bool Const0 = isa<ConstantInt>(Op0) || isa<ConstantFP>(Op0) || in optimizeInst() local
8021 if (Const0 || Const1) { in optimizeInst()
8022 if (!Const0 || !Const1) { in optimizeInst()
8023 auto *F = new FreezeInst(Const0 ? Op1 : Op0, "", CmpI); in optimizeInst()
8025 CmpI->setOperand(Const0 ? 1 : 0, F); in optimizeInst()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2127 auto Const0 = B.buildConstant(S32, FractBits - 32); in extractF64Exponent() local
2132 .addUse(Const0.getReg(0)) in extractF64Exponent()