OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Intrin
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp
526
FunctionCallee
Intrin
= Intrinsic::getDeclaration(Mod, IntrID);
537
Value *Result = Builder.CreateCall(
Intrin
, {LHS, RHS});
/src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp
1267
Function *
Intrin
= Intrinsic::getDeclaration(CI.getModule(), IID, Ty);
1268
Value *Res = Builder.CreateCall(
Intrin
, {Op0, Op1});
1294
Function *
Intrin
= Intrinsic::getDeclaration(CI.getModule(), IID, Ty);
1295
Value *Res = Builder.CreateCall(
Intrin
, {Src, Src, Amt});
1364
Function *
Intrin
= Intrinsic::getDeclaration(CI.getModule(), IID, Ty);
1365
Value *Res = Builder.CreateCall(
Intrin
, {Op0, Op1, Amt});
1520
Function *
Intrin
= Intrinsic::getDeclaration(CI.getModule(), IID);
1521
Value *Rep = Builder.CreateCall(
Intrin
,
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
4884
SDValue
Intrin
= N->getOperand(1);
4888
unsigned IntrinNo = cast<ConstantSDNode>(
Intrin
.getNode())->getZExtValue();
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
10008
static bool getVectorCompareInfo(SDValue
Intrin
, int &CompareOpc,
10011
cast<ConstantSDNode>(
Intrin
.getOperand(0))->getZExtValue();
14172
MemIntrinsicSDNode *
Intrin
= cast<MemIntrinsicSDNode>(N);
14173
Chain =
Intrin
->getChain();
14174
// Similarly to the store case below,
Intrin
->getBasePtr() doesn't get
14176
Base =
Intrin
->getOperand(2);
14177
MMO =
Intrin
->getMemOperand();
14242
MemIntrinsicSDNode *
Intrin
= cast<MemIntrinsicSDNode>(N);
14243
Chain =
Intrin
->getChain();
14244
//
Intrin
->getBasePtr() oddly does not get what we want
[
all
...]
Completed in 45 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026