Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/AArch64/
Df16-imm.ll6 define half @Const0() {
7 ; CHECK-NOZCZ-LABEL: Const0:
12 ; CHECK-ZCZ-LABEL: Const0:
17 ; CHECK-NOFP16-LABEL: Const0:
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/
Dtf_identity_n.mlir5 …sland wraps "tf.Const"() {value = dense<5> : tensor<2x3xi32>} : () -> tensor<2x3xi32> loc("Const0")
15 // CHECK-NEXT: input: "Const0"
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp7642 bool Const0 = isa<ConstantInt>(Op0) || isa<ConstantFP>(Op0) || in optimizeInst() local
7646 if (Const0 || Const1) { in optimizeInst()
7647 if (!Const0 || !Const1) { in optimizeInst()
7648 auto *F = new FreezeInst(Const0 ? Op1 : Op0, "", CmpI); in optimizeInst()
7650 CmpI->setOperand(Const0 ? 1 : 0, F); in optimizeInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1418 auto Const0 = B.buildConstant(S32, FractBits - 32); in extractF64Exponent() local
1422 .addUse(Const0.getReg(0)) in extractF64Exponent()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp5300 auto *Const0 = llvm::dyn_cast<ConstantInteger32>(Src0); in matchOffsetBase() local
5305 if (Var0 == nullptr && Const0 == nullptr) { in matchOffsetBase()
5325 if (Const0) { in matchOffsetBase()
5326 int32_t MoreOffset = IsAdd ? Const0->getValue() : -Const0->getValue(); in matchOffsetBase()
DIceTargetLoweringX86BaseImpl.h5704 auto *Const0 = llvm::dyn_cast<ConstantInteger32>(Src0);
5716 } else if (Const0 && Var1) {
5718 Const = Const0;
5781 if (Const0) {
5783 IsAdd ? Const0->getValue() : -Const0->getValue();
DIceTargetLoweringARM32.cpp5712 auto *Const0 = llvm::dyn_cast<ConstantInteger32>(Src0); in matchOffsetBase() local
5717 if (Var0 == nullptr && Const0 == nullptr) { in matchOffsetBase()
5737 if (Const0) { in matchOffsetBase()
5738 int32_t MoreOffset = IsAdd ? Const0->getValue() : -Const0->getValue(); in matchOffsetBase()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1939 auto Const0 = B.buildConstant(S32, FractBits - 32); in extractF64Exponent() local
1944 .addUse(Const0.getReg(0)) in extractF64Exponent()