Searched defs:extend (Results 1 – 8 of 8) sorted by relevance
/llvm-project/polly/lib/External/isl/ |
H A D | isl_blk.c | 51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block, in extend() function
|
H A D | isl_convex_hull.c | 539 static __isl_give isl_basic_set *extend(__isl_take isl_basic_set *hull, in extend() function
|
H A D | isl_coalesce.c | 1045 static enum isl_change extend(int i, int j, int n, int *relax, in extend() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 112 APSInt extend(uint32_t width) const { in extend() function
|
/llvm-project/llvm/lib/Support/ |
H A D | SuffixTree.cpp | 179 unsigned SuffixTree::extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend() function in SuffixTree
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 87 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, extend() function in LiveRangeCalc
|
/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 1673 unsigned extend = fieldFromInstruction(insn, 10, 6); DecodeAddSubERegInstruction() local [all...] |
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalg.cpp | 2206 Value extend = rewriter.create<arith::ExtSIOp>( matchAndRewrite() local
|