Searched refs:ValLo (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 86 uint32_t ValLo, uint32_t ValHi) const;
|
D | AMDGPUISelLowering.cpp | 2867 uint32_t ValLo, uint32_t ValHi) const { in splitBinaryBitConstantOpImpl() argument 2872 SDValue LoRHS = DAG.getConstant(ValLo, SL, MVT::i32); in splitBinaryBitConstantOpImpl()
|
D | SIISelLowering.cpp | 6277 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/ |
D | IceTargetLoweringARM32.h | 329 void lowerCLZ(Variable *Dest, Variable *ValLo, Variable *ValHi);
|
D | IceTargetLoweringX86BaseImpl.h | 4918 auto *ValLo = llvm::cast<Variable>(loOperand(ValVar)); 4920 Context.insert<InstFakeUse>(ValLo);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 2938 SDValue ValLo = Node->getOperand(2); in Select() local 2943 SDValue Ops[] = {ValLo, ValHi, MemAddr, Chain}; in Select()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 2727 SDValue ValLo = Node->getOperand(2); in Select() local 2732 SDValue Ops[] = {ValLo, ValHi, MemAddr, Chain}; in Select()
|