Searched refs:ValueHi (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 4456 const uint32_t ValueHi = SrcsHi.getConstantValue(); in lowerInt64IcmpCond() local 4457 const uint64_t Value = (static_cast<uint64_t>(ValueHi) << 32) | ValueLo; in lowerInt64IcmpCond() 4471 Operand *Src1RFHi = ValueLo == ValueHi ? Src1RFLo : SrcsHi.src1RF(this); in lowerInt64IcmpCond() 6170 Variable *ValueHi = legalizeToReg(hiOperand(Value)); in lowerStore() local 6172 _str(ValueHi, llvm::cast<OperandARM32Mem>(hiOperand(NewAddr))); in lowerStore() 6203 Operand *ValueHi = Ctx->getConstantInt32(Instr->getValue(I) >> 32); in lowerSwitch() local 6205 ValueHi = legalize(ValueHi, Legal_Reg | Legal_Flex); in lowerSwitch() 6207 _cmp(Src0Hi, ValueHi, CondARM32::EQ); in lowerSwitch()
|
D | IceTargetLoweringMIPS32.cpp | 5611 Variable *ValueHi = legalizeToReg(hiOperand(Value)); in lowerStore() local 5613 _sw(ValueHi, llvm::cast<OperandMIPS32Mem>(hiOperand(NewAddr))); in lowerStore() 5650 Operand *ValueHi = Ctx->getConstantInt32(Instr->getValue(I) >> 32); in lowerSwitch() local 5653 ValueHi = legalizeToReg(ValueHi); in lowerSwitch() 5655 _br(NoTarget, NoTarget, Src0Hi, ValueHi, IntraLabel, in lowerSwitch()
|
D | IceTargetLoweringX86BaseImpl.h | 6893 Operand *ValueHi = legalize(hiOperand(Value), Legal_Reg | Legal_Imm); 6894 _store(ValueHi, llvm::cast<X86OperandMem>(hiOperand(NewAddr))); 7076 Constant *ValueHi = Ctx->getConstantInt32(Instr->getValue(I) >> 32); 7080 _cmp(Src0Hi, ValueHi);
|