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

  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 114 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
118 switch (IntrinsicID) {
R600ISelLowering.cpp 323 unsigned IntrinsicID =
325 switch (IntrinsicID) {
349 // default for switch(IntrinsicID)
356 unsigned IntrinsicID =
360 switch(IntrinsicID) {
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 173 /// depending on IntrinsicID.
176 /// \arg IntrinsicID The ID for the Intrinsic we wish to generate.
182 const llvm::Intrinsic::ID IntrinsicID,
190 llvm::Value *Callee = CGF.CGM.getIntrinsic(IntrinsicID, X->getType());
    [all...]

Completed in 63 milliseconds