HomeSort by relevance Sort by last modified time
    Searched refs:IntrinsicID (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUIntrinsicInfo.cpp 56 AMDGPUIntrinsic::ID IntrinsicID =
58 IntrinsicID = getIntrinsicForGCCBuiltin("AMDGPU", Name);
60 if (IntrinsicID != (AMDGPUIntrinsic::ID)Intrinsic::not_intrinsic) {
61 return IntrinsicID;
SIISelLowering.cpp 635 unsigned IntrinsicID =
641 switch (IntrinsicID) {
710 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
712 switch (IntrinsicID) {
    [all...]
R600ISelLowering.cpp 593 unsigned IntrinsicID =
595 switch (IntrinsicID) {
616 // default for switch(IntrinsicID)
623 unsigned IntrinsicID =
627 switch(IntrinsicID) {
681 if (IntrinsicID == AMDGPUIntrinsic::R600_interp_xy)
704 switch (IntrinsicID) {
    [all...]
AMDGPUISelLowering.cpp 783 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
787 switch (IntrinsicID) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILIntrinsicInfo.cpp 60 AMDGPUIntrinsic::ID IntrinsicID
62 IntrinsicID = getIntrinsicForGCCBuiltin("AMDIL", Name);
64 if (IntrinsicID != (AMDGPUIntrinsic::ID)Intrinsic::not_intrinsic) {
65 return IntrinsicID;
R600ISelLowering.cpp 255 unsigned IntrinsicID =
257 switch (IntrinsicID) {
268 // default for switch(IntrinsicID)
275 unsigned IntrinsicID =
279 switch(IntrinsicID) {
AMDGPUISelLowering.cpp 104 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
108 switch (IntrinsicID) {
SIISelLowering.cpp 270 unsigned IntrinsicID =
273 switch (IntrinsicID) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILIntrinsicInfo.cpp 60 AMDGPUIntrinsic::ID IntrinsicID
62 IntrinsicID = getIntrinsicForGCCBuiltin("AMDIL", Name);
64 if (IntrinsicID != (AMDGPUIntrinsic::ID)Intrinsic::not_intrinsic) {
65 return IntrinsicID;
R600ISelLowering.cpp 255 unsigned IntrinsicID =
257 switch (IntrinsicID) {
268 // default for switch(IntrinsicID)
275 unsigned IntrinsicID =
279 switch(IntrinsicID) {
AMDGPUISelLowering.cpp 104 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
108 switch (IntrinsicID) {
SIISelLowering.cpp 270 unsigned IntrinsicID =
273 switch (IntrinsicID) {
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 174 /// depending on IntrinsicID.
177 /// \arg IntrinsicID The ID for the Intrinsic we wish to generate.
183 const llvm::Intrinsic::ID IntrinsicID,
191 llvm::Value *Callee = CGF.CGM.getIntrinsic(IntrinsicID, X->getType());
    [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 203 milliseconds