Home
last modified time | relevance | path

Searched refs:ValLo (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h86 uint32_t ValLo, uint32_t ValHi) const;
DAMDGPUISelLowering.cpp2867 uint32_t ValLo, uint32_t ValHi) const { in splitBinaryBitConstantOpImpl() argument
2872 SDValue LoRHS = DAG.getConstant(ValLo, SL, MVT::i32); in splitBinaryBitConstantOpImpl()
DSIISelLowering.cpp6277 uint32_t ValLo = Lo_32(Val); in splitBinaryBitConstantOp() local
6281 if ((bitOpWithConstantIsReducible(Opc, ValLo) || in splitBinaryBitConstantOp()
6287 return splitBinaryBitConstantOpImpl(DCI, SL, Opc, LHS, ValLo, ValHi); in splitBinaryBitConstantOp()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h329 void lowerCLZ(Variable *Dest, Variable *ValLo, Variable *ValHi);
DIceTargetLoweringX86BaseImpl.h4918 auto *ValLo = llvm::cast<Variable>(loOperand(ValVar));
4920 Context.insert<InstFakeUse>(ValLo);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2938 SDValue ValLo = Node->getOperand(2); in Select() local
2943 SDValue Ops[] = {ValLo, ValHi, MemAddr, Chain}; in Select()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2727 SDValue ValLo = Node->getOperand(2); in Select() local
2732 SDValue Ops[] = {ValLo, ValHi, MemAddr, Chain}; in Select()