OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntN
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.h
78
MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *
IntN
);
82
SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *
IntN
);
91
bool SelectBrevLdIntrinsic(SDNode *
IntN
);
92
bool SelectNewCircIntrinsic(SDNode *
IntN
);
HexagonISelDAGToDAG.cpp
185
MachineSDNode *HexagonDAGToDAGISel::LoadInstrForLoadIntrinsic(SDNode *
IntN
) {
186
if (
IntN
->getOpcode() != ISD::INTRINSIC_W_CHAIN)
189
SDLoc dl(
IntN
);
190
unsigned IntNo = cast<ConstantSDNode>(
IntN
->getOperand(1))->getZExtValue();
205
auto Inc = cast<ConstantSDNode>(
IntN
->getOperand(5));
208
{
IntN
->getOperand(2), I,
IntN
->getOperand(4),
209
IntN
->getOperand(0) });
217
SDNode *
IntN
) {
226
SDLoc dl(
IntN
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
MachineIRBuilder.cpp
278
auto
IntN
= IntegerType::get(getMF().getFunction().getContext(),
280
ConstantInt *CI = ConstantInt::get(
IntN
, Val, true);
Completed in 20 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026