Home
last modified time | relevance | path

Searched defs:extend (Results 1 – 8 of 8) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_blk.c51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block, in extend() function
H A Disl_convex_hull.c539 static __isl_give isl_basic_set *extend(__isl_take isl_basic_set *hull, in extend() function
H A Disl_coalesce.c1045 static enum isl_change extend(int i, int j, int n, int *relax, in extend() function
/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h112 APSInt extend(uint32_t width) const { in extend() function
/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp179 unsigned SuffixTree::extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend() function in SuffixTree
/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp87 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, extend() function in LiveRangeCalc
/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1673 unsigned extend = fieldFromInstruction(insn, 10, 6); DecodeAddSubERegInstruction() local
[all...]
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp2206 Value extend = rewriter.create<arith::ExtSIOp>( matchAndRewrite() local