Home
last modified time | relevance | path

Searched defs:ConstOffset (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DOperator.cpp107 if (auto ConstOffset = dyn_cast<ConstantInt>(V)) { in accumulateConstantOffset() local
167 if (auto ConstOffset = dyn_cast<ConstantInt>(V)) { in collectOffset() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp3454 int64_t ConstOffset; in selectFlatOffsetImpl() local
3520 int64_t ConstOffset; in selectGlobalSAddr() local
3637 int64_t ConstOffset; in selectScratchSAddr() local
3742 int64_t ConstOffset; in selectMUBUFScratchOffen() local
H A DAMDGPURegisterBankInfo.cpp1856 unsigned ConstOffset) { in reinsertVectorIndexAdd()
2603 unsigned ConstOffset; in applyMappingImpl() local
2734 unsigned ConstOffset; in applyMappingImpl() local
H A DAMDGPUISelDAGToDAG.cpp2501 if (ConstantSDNode *ConstOffset = dyn_cast<ConstantSDNode>(BaseOffset)) { in SelectDS_GWS() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp383 auto ConstOffset = buildConstant(OffsetTy, Offset); in buildLoadFromOffset() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4210 auto ConstOffset = DAG.getConstant(OffsetVal, SDLoc(Index), MVT::i64); in selectGatherScatterAddrMode() local