Home
last modified time | relevance | path

Searched refs:UseInstrInfo (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DValueTracking.h60 bool UseInstrInfo = true);
76 bool UseInstrInfo = true);
84 bool UseInstrInfo = true);
93 bool UseInstrInfo = true);
107 bool UseInstrInfo = true);
133 bool UseInstrInfo = true);
147 bool UseInstrInfo = true);
155 bool UseInstrInfo = true);
163 bool UseInstrInfo = true);
171 bool UseInstrInfo = true);
[all …]
H A DInstructionSimplify.h60 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery()
61 InstrInfoQuery() : UseInstrInfo(true) {} in InstrInfoQuery()
62 bool UseInstrInfo = true; member
65 if (UseInstrInfo) in getMetadata()
71 if (UseInstrInfo) in hasNoUnsignedWrap()
77 if (UseInstrInfo) in hasNoSignedWrap()
83 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact()
107 const Instruction *CXTI = nullptr, bool UseInstrInfo = true)
108 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo) {} in DL()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DValueTracking.h60 bool UseInstrInfo = true);
76 bool UseInstrInfo = true);
84 bool UseInstrInfo = true);
93 bool UseInstrInfo = true);
107 bool UseInstrInfo = true);
133 bool UseInstrInfo = true);
147 bool UseInstrInfo = true);
155 bool UseInstrInfo = true);
163 bool UseInstrInfo = true);
171 bool UseInstrInfo = true);
[all …]
H A DInstructionSimplify.h60 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery()
61 InstrInfoQuery() : UseInstrInfo(true) {} in InstrInfoQuery()
62 bool UseInstrInfo = true; member
65 if (UseInstrInfo) in getMetadata()
71 if (UseInstrInfo) in hasNoUnsignedWrap()
77 if (UseInstrInfo) in hasNoSignedWrap()
83 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact()
107 const Instruction *CXTI = nullptr, bool UseInstrInfo = true)
108 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo) {} in DL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h64 bool UseInstrInfo = true);
80 bool UseInstrInfo = true);
88 bool UseInstrInfo = true);
97 bool UseInstrInfo = true);
111 bool UseInstrInfo = true);
137 bool UseInstrInfo = true);
151 bool UseInstrInfo = true);
159 bool UseInstrInfo = true);
167 bool UseInstrInfo = true);
175 bool UseInstrInfo = true);
[all …]
H A DInstructionSimplify.h64 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery()
65 InstrInfoQuery() : UseInstrInfo(true) {} in InstrInfoQuery()
66 bool UseInstrInfo = true; member
69 if (UseInstrInfo) in getMetadata()
75 if (UseInstrInfo) in hasNoUnsignedWrap()
81 if (UseInstrInfo) in hasNoSignedWrap()
87 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact()
116 const Instruction *CXTI = nullptr, bool UseInstrInfo = true,
118 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo), in DL()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h64 bool UseInstrInfo = true);
80 bool UseInstrInfo = true);
88 bool UseInstrInfo = true);
97 bool UseInstrInfo = true);
111 bool UseInstrInfo = true);
137 bool UseInstrInfo = true);
151 bool UseInstrInfo = true);
159 bool UseInstrInfo = true);
167 bool UseInstrInfo = true);
175 bool UseInstrInfo = true);
[all …]
H A DInstructionSimplify.h64 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery()
65 InstrInfoQuery() : UseInstrInfo(true) {} in InstrInfoQuery()
66 bool UseInstrInfo = true; member
69 if (UseInstrInfo) in getMetadata()
75 if (UseInstrInfo) in hasNoUnsignedWrap()
81 if (UseInstrInfo) in hasNoSignedWrap()
87 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact()
116 const Instruction *CXTI = nullptr, bool UseInstrInfo = true,
118 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo), in DL()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h64 bool UseInstrInfo = true);
80 bool UseInstrInfo = true);
88 bool UseInstrInfo = true);
97 bool UseInstrInfo = true);
111 bool UseInstrInfo = true);
137 bool UseInstrInfo = true);
151 bool UseInstrInfo = true);
159 bool UseInstrInfo = true);
167 bool UseInstrInfo = true);
175 bool UseInstrInfo = true);
[all …]
H A DInstructionSimplify.h64 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery()
65 InstrInfoQuery() : UseInstrInfo(true) {} in InstrInfoQuery()
66 bool UseInstrInfo = true; member
69 if (UseInstrInfo) in getMetadata()
75 if (UseInstrInfo) in hasNoUnsignedWrap()
81 if (UseInstrInfo) in hasNoSignedWrap()
87 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact()
116 const Instruction *CXTI = nullptr, bool UseInstrInfo = true,
118 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo), in DL()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DValueTracking.h60 bool UseInstrInfo = true);
68 bool UseInstrInfo = true);
82 bool UseInstrInfo = true);
94 bool UseInstrInfo = true);
108 bool UseInstrInfo = true);
122 bool UseInstrInfo = true);
130 bool UseInstrInfo = true);
138 bool UseInstrInfo = true);
146 bool UseInstrInfo = true);
162 bool UseInstrInfo = true);
[all …]
H A DInstructionSimplify.h61 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery()
62 InstrInfoQuery() : UseInstrInfo(true) {} in InstrInfoQuery()
63 bool UseInstrInfo = true; member
66 if (UseInstrInfo) in getMetadata()
72 if (UseInstrInfo) in hasNoUnsignedWrap()
78 if (UseInstrInfo) in hasNoSignedWrap()
84 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact()
108 const Instruction *CXTI = nullptr, bool UseInstrInfo = true)
109 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo) {} in DL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueTracking.h60 bool UseInstrInfo = true);
68 bool UseInstrInfo = true);
82 bool UseInstrInfo = true);
94 bool UseInstrInfo = true);
108 bool UseInstrInfo = true);
122 bool UseInstrInfo = true);
130 bool UseInstrInfo = true);
138 bool UseInstrInfo = true);
146 bool UseInstrInfo = true);
162 bool UseInstrInfo = true);
[all …]
H A DInstructionSimplify.h61 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery()
62 InstrInfoQuery() : UseInstrInfo(true) {} in InstrInfoQuery()
63 bool UseInstrInfo = true; member
66 if (UseInstrInfo) in getMetadata()
72 if (UseInstrInfo) in hasNoUnsignedWrap()
78 if (UseInstrInfo) in hasNoSignedWrap()
84 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact()
108 const Instruction *CXTI = nullptr, bool UseInstrInfo = true)
109 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo) {} in DL()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h60 bool UseInstrInfo = true);
68 bool UseInstrInfo = true);
82 bool UseInstrInfo = true);
94 bool UseInstrInfo = true);
108 bool UseInstrInfo = true);
122 bool UseInstrInfo = true);
130 bool UseInstrInfo = true);
138 bool UseInstrInfo = true);
146 bool UseInstrInfo = true);
162 bool UseInstrInfo = true);
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DValueTracking.h60 bool UseInstrInfo = true);
68 bool UseInstrInfo = true);
82 bool UseInstrInfo = true);
94 bool UseInstrInfo = true);
108 bool UseInstrInfo = true);
122 bool UseInstrInfo = true);
130 bool UseInstrInfo = true);
138 bool UseInstrInfo = true);
146 bool UseInstrInfo = true);
162 bool UseInstrInfo = true);
[all …]
H A DInstructionSimplify.h61 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery()
62 InstrInfoQuery() : UseInstrInfo(true) {} in InstrInfoQuery()
63 bool UseInstrInfo = true; member
66 if (UseInstrInfo) in getMetadata()
72 if (UseInstrInfo) in hasNoUnsignedWrap()
78 if (UseInstrInfo) in hasNoSignedWrap()
84 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact()
108 const Instruction *CXTI = nullptr, bool UseInstrInfo = true)
109 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo) {} in DL()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DValueTracking.h59 bool UseInstrInfo = true);
67 bool UseInstrInfo = true);
81 bool UseInstrInfo = true);
93 bool UseInstrInfo = true);
107 bool UseInstrInfo = true);
121 bool UseInstrInfo = true);
129 bool UseInstrInfo = true);
137 bool UseInstrInfo = true);
145 bool UseInstrInfo = true);
161 bool UseInstrInfo = true);
[all …]
H A DInstructionSimplify.h61 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery()
62 InstrInfoQuery() : UseInstrInfo(true) {} in InstrInfoQuery()
63 bool UseInstrInfo = true; member
66 if (UseInstrInfo) in getMetadata()
72 if (UseInstrInfo) in hasNoUnsignedWrap()
78 if (UseInstrInfo) in hasNoSignedWrap()
84 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact()
108 const Instruction *CXTI = nullptr, bool UseInstrInfo = true)
109 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo) {} in DL()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h64 bool UseInstrInfo = true);
80 bool UseInstrInfo = true);
88 bool UseInstrInfo = true);
97 bool UseInstrInfo = true);
111 bool UseInstrInfo = true);
137 bool UseInstrInfo = true);
151 bool UseInstrInfo = true);
159 bool UseInstrInfo = true);
167 bool UseInstrInfo = true);
175 bool UseInstrInfo = true);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DValueTracking.h64 bool UseInstrInfo = true);
80 bool UseInstrInfo = true);
88 bool UseInstrInfo = true);
97 bool UseInstrInfo = true);
111 bool UseInstrInfo = true);
137 bool UseInstrInfo = true);
151 bool UseInstrInfo = true);
159 bool UseInstrInfo = true);
167 bool UseInstrInfo = true);
175 bool UseInstrInfo = true);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h64 bool UseInstrInfo = true);
80 bool UseInstrInfo = true);
88 bool UseInstrInfo = true);
97 bool UseInstrInfo = true);
111 bool UseInstrInfo = true);
137 bool UseInstrInfo = true);
151 bool UseInstrInfo = true);
159 bool UseInstrInfo = true);
167 bool UseInstrInfo = true);
175 bool UseInstrInfo = true);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DValueTracking.h64 bool UseInstrInfo = true);
80 bool UseInstrInfo = true);
88 bool UseInstrInfo = true);
97 bool UseInstrInfo = true);
111 bool UseInstrInfo = true);
137 bool UseInstrInfo = true);
151 bool UseInstrInfo = true);
159 bool UseInstrInfo = true);
167 bool UseInstrInfo = true);
175 bool UseInstrInfo = true);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h64 bool UseInstrInfo = true);
80 bool UseInstrInfo = true);
88 bool UseInstrInfo = true);
97 bool UseInstrInfo = true);
111 bool UseInstrInfo = true);
137 bool UseInstrInfo = true);
151 bool UseInstrInfo = true);
159 bool UseInstrInfo = true);
167 bool UseInstrInfo = true);
175 bool UseInstrInfo = true);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h64 bool UseInstrInfo = true);
80 bool UseInstrInfo = true);
88 bool UseInstrInfo = true);
97 bool UseInstrInfo = true);
111 bool UseInstrInfo = true);
137 bool UseInstrInfo = true);
151 bool UseInstrInfo = true);
159 bool UseInstrInfo = true);
167 bool UseInstrInfo = true);
175 bool UseInstrInfo = true);
[all …]

123